#8765ff

Color #8765FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8765FF

Tints of Light Slate Blue #8765FF

Color information

#8765FF (or 0x8765FF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 65 and FF. RGB value is (135,101,255). Sum of RGB (Red+Green+Blue) = 135+101+255=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #8765FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8765FF is #789A00. Grayscale: #808080. Windows color (decimal): -7903745 or 16737671. OLE color: 16737671.

HSL color Cylindrical-coordinate representation of color #8765FF: hue angle of 253.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8765FF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135101255-
CMYK0.470.6000
HSL253.25º100%69.8%-
HSV(B)253.25º60.39%100%-
XYZ32.721.6897.07-
YUV128.72199.26132.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 255 (100% from 255) = 51.93%
R=27.49%
G=20.57%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351012550.470.6000253.2510069.8
Hex8765FF2F3C00fd6446
Octal207145377577400375144106
Binary10000111110010111111111101111111100001111110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8765ff; }

 p { color: rgb(135,101,255); }

 H1.HeaderClassName
 {
   color: #8765ff;
 }
 .AnyTagClassName
 {
   color: #8765ff;
 }
</style>
background-color css

<style>
 a { background-color: #8765ff; }

 a { background-color: rgb(135,101,255); }

 div.DivClassName
 {
   background-color: #8765ff;
 }
 .BgClassName
 {
   background-color: #8765ff;
 }
</style>
border-color css

<style>
 span { border-color: #8765ff; }

 span { border-color: rgb(135,101,255); }

 td.TdClassName
 {
   border-color: #8765ff;
 }
 .TagClassName
 {
   border-color: #8765ff;
 }
</style>