Html Css Color HEX #8066FF Light Slate Blue

📋 copy color: '#8066FF'

red 128 ◦ green 102 ◦ blue 255

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

Shades of Light Slate Blue #8066FF

Tints of Light Slate Blue #8066FF

RGB

 RED value IS 128 (50.39% from 255) = 26.39%

 GREEN value IS 102 (40.23% from 255) = 21.03%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 26.39%
G = 21.03%
B = 52.58%

CMYK

 C value IS 0.50

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8066FF (or 0x8066FF) is known color: Light Slate Blue. HEX triplet: 80, 66 and FF. RGB value is (128,102,255). Sum of RGB (Red+Green+Blue) = 128+102+255=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8066FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066FF is #7F9900. Grayscale: #7E7E7E. Windows color (decimal): -8362241 or 16737920. OLE color: 16737920.

HSL color Cylindrical-coordinate representation of color #8066FF: hue angle of 250.2º 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 #8066FF is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 102 255 -
CMYK 0.50 0.6 0 0
HSL 250.2º 1% 0.7% -
HSV(B) 250.2º 0.6% 1% -
XYZ 31.7 21.31 97.05 -
YUV 127.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 128 102 255 0.50 0.6 0 0 250.2 1 0.7
Hex 80 66 FF 32 3C 0 0 FA 64 46
Octal 200 146 377 62 74 0 0 372 144 106
Binary 10000000 1100110 11111111 110010 111100 0 0 11111010 1100100 1000110

Color Harmonies of #8066FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8066FF

Black with #8066FF

Text Example


Text Example

White with #8066FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8066FF; }

 p { color: rgb(128,102,255); }

 H1.HeaderClassName
 {
   color: #8066FF;
 }
 .AnyTagClassName
 {
   color: #8066FF;
 }
</style>

background-color css

<style>
 a { background-color: #8066FF; }

 a { background-color: rgb(128,102,255); }

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

border-color css

<style>
 span { border-color: #8066FF; }

 span { border-color: rgb(128,102,255); }

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