Html Css Color HEX #8F66FB Light Slate Blue

📋 copy color: '#8F66FB'

red 143 ◦ green 102 ◦ blue 251

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

Shades of Light Slate Blue #8F66FB

Tints of Light Slate Blue #8F66FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 28.83%
G = 20.56%
B = 50.6%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F66FB (or 0x8F66FB) is known color: Light Slate Blue. HEX triplet: 8F, 66 and FB. RGB value is (143,102,251). Sum of RGB (Red+Green+Blue) = 143+102+251=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F66FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F66FB is #709904. Grayscale: #828282. Windows color (decimal): -7379205 or 16475791. OLE color: 16475791.

HSL color Cylindrical-coordinate representation of color #8F66FB: hue angle of 256.51º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F66FB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 102 251 -
CMYK 0.43 0.59 0 0.02
HSL 256.51º 0.95% 0.69% -
HSV(B) 256.51º 0.59% 0.98% -
XYZ 33.49 22.31 93.81 -
YUV 131.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 143 102 251 0.43 0.59 0 0.02 256.51 0.95 0.69
Hex 8F 66 FB 2B 3B 0 2 101 5F 45
Octal 217 146 373 53 73 0 2 401 137 105
Binary 10001111 1100110 11111011 101011 111011 0 10 100000001 1011111 1000101

Color Harmonies of #8F66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F66FB

Black with #8F66FB

Text Example


Text Example

White with #8F66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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