Html Css Color HEX #8F68FC Light Slate Blue

📋 copy color: '#8F68FC'

red 143 ◦ green 104 ◦ blue 252

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

Shades of Light Slate Blue #8F68FC

Tints of Light Slate Blue #8F68FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.84%

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

R = 28.66%
G = 20.84%
B = 50.5%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F68FC (or 0x8F68FC) is known color: Light Slate Blue. HEX triplet: 8F, 68 and FC. RGB value is (143,104,252). Sum of RGB (Red+Green+Blue) = 143+104+252=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68FC is #709703. Grayscale: #838383. Windows color (decimal): -7378692 or 16541839. OLE color: 16541839.

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

Color convert

RGB 143 104 252 -
CMYK 0.43 0.59 0 0.01
HSL 255.81º 0.96% 0.7% -
HSV(B) 255.81º 0.59% 0.99% -
XYZ 33.85 22.77 94.71 -
YUV 132.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 143 104 252 0.43 0.59 0 0.01 255.81 0.96 0.7
Hex 8F 68 FC 2B 3B 0 1 100 60 46
Octal 217 150 374 53 73 0 1 400 140 106
Binary 10001111 1101000 11111100 101011 111011 0 1 100000000 1100000 1000110

Color Harmonies of #8F68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F68FC

Black with #8F68FC

Text Example


Text Example

White with #8F68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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