Html Css Color HEX #8769FE Light Slate Blue

📋 copy color: '#8769FE'

red 135 ◦ green 105 ◦ blue 254

#8769FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8769FE

Tints of Light Slate Blue #8769FE

RGB

 RED value IS 135 (53.13% from 255) = 27.33%

 GREEN value IS 105 (41.41% from 255) = 21.26%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 27.33%
G = 21.26%
B = 51.42%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8769FE (or 0x8769FE) is known color: Light Slate Blue. HEX triplet: 87, 69 and FE. RGB value is (135,105,254). Sum of RGB (Red+Green+Blue) = 135+105+254=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #8769FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769FE is #789601. Grayscale: #828282. Windows color (decimal): -7902722 or 16673159. OLE color: 16673159.

HSL color Cylindrical-coordinate representation of color #8769FE: hue angle of 252.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8769FE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 105 254 -
CMYK 0.47 0.59 0 0.00
HSL 252.08º 0.99% 0.7% -
HSV(B) 252.08º 0.59% 1% -
XYZ 32.93 22.41 96.36 -
YUV 130.96 197.44 130.88 -
System Red Green Blue C M Y K H S L
Decimal 135 105 254 0.47 0.59 0 0.00 252.08 0.99 0.7
Hex 87 69 FE 2F 3B 0 0 FC 63 46
Octal 207 151 376 57 73 0 0 374 143 106
Binary 10000111 1101001 11111110 101111 111011 0 0 11111100 1100011 1000110

Color Harmonies of #8769FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769FE

Black with #8769FE

Text Example


Text Example

White with #8769FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8769FE; }

 p { color: rgb(135,105,254); }

 H1.HeaderClassName
 {
   color: #8769FE;
 }
 .AnyTagClassName
 {
   color: #8769FE;
 }
</style>

background-color css

<style>
 a { background-color: #8769FE; }

 a { background-color: rgb(135,105,254); }

 div.DivClassName
 {
   background-color: #8769FE;
 }
 .BgClassName
 {
   background-color: #8769FE;
 }
</style>

border-color css

<style>
 span { border-color: #8769FE; }

 span { border-color: rgb(135,105,254); }

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