Html Css Color HEX #8F66FC Light Slate Blue

📋 copy color: '#8F66FC'

red 143 ◦ green 102 ◦ blue 252

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

Shades of Light Slate Blue #8F66FC

Tints of Light Slate Blue #8F66FC

RGB

 RED value IS 143 (56.25% from 255) = 28.77%

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 28.77%
G = 20.52%
B = 50.7%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F66FC (or 0x8F66FC) is known color: Light Slate Blue. HEX triplet: 8F, 66 and FC. RGB value is (143,102,252). Sum of RGB (Red+Green+Blue) = 143+102+252=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F66FC is #709903. Grayscale: #828282. Windows color (decimal): -7379204 or 16541327. OLE color: 16541327.

HSL color Cylindrical-coordinate representation of color #8F66FC: hue angle of 256.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F66FC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 102 252 -
CMYK 0.43 0.60 0 0.01
HSL 256.4º 0.96% 0.69% -
HSV(B) 256.4º 0.6% 0.99% -
XYZ 33.65 22.37 94.64 -
YUV 131.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 143 102 252 0.43 0.60 0 0.01 256.4 0.96 0.69
Hex 8F 66 FC 2B 3C 0 1 100 60 45
Octal 217 146 374 53 74 0 1 400 140 105
Binary 10001111 1100110 11111100 101011 111100 0 1 100000000 1100000 1000101

Color Harmonies of #8F66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F66FC

Black with #8F66FC

Text Example


Text Example

White with #8F66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F66FC; }

 p { color: rgb(143,102,252); }

 H1.HeaderClassName
 {
   color: #8F66FC;
 }
 .AnyTagClassName
 {
   color: #8F66FC;
 }
</style>

background-color css

<style>
 a { background-color: #8F66FC; }

 a { background-color: rgb(143,102,252); }

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

border-color css

<style>
 span { border-color: #8F66FC; }

 span { border-color: rgb(143,102,252); }

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