Html Css Color HEX #8F74FC Light Slate Blue

📋 copy color: '#8F74FC'

red 143 ◦ green 116 ◦ blue 252

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

Shades of Light Slate Blue #8F74FC

Tints of Light Slate Blue #8F74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 27.98%
G = 22.7%
B = 49.32%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F74FC (or 0x8F74FC) is known color: Light Slate Blue. HEX triplet: 8F, 74 and FC. RGB value is (143,116,252). Sum of RGB (Red+Green+Blue) = 143+116+252=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F74FC is #708B03. Grayscale: #8B8B8B. Windows color (decimal): -7375620 or 16544911. OLE color: 16544911.

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

Color convert

RGB 143 116 252 -
CMYK 0.43 0.54 0 0.01
HSL 251.91º 0.96% 0.72% -
HSV(B) 251.91º 0.54% 0.99% -
XYZ 35.14 25.36 95.14 -
YUV 139.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 143 116 252 0.43 0.54 0 0.01 251.91 0.96 0.72
Hex 8F 74 FC 2B 36 0 1 FC 60 48
Octal 217 164 374 53 66 0 1 374 140 110
Binary 10001111 1110100 11111100 101011 110110 0 1 11111100 1100000 1001000

Color Harmonies of #8F74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74FC

Black with #8F74FC

Text Example


Text Example

White with #8F74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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