Html Css Color HEX #8F74FF Light Slate Blue

📋 copy color: '#8F74FF'

red 143 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #8F74FF

Tints of Light Slate Blue #8F74FF

RGB

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

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

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

R = 27.82%
G = 22.57%
B = 49.61%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F74FF (or 0x8F74FF) is known color: Light Slate Blue. HEX triplet: 8F, 74 and FF. RGB value is (143,116,255). Sum of RGB (Red+Green+Blue) = 143+116+255=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F74FF is #708B00. Grayscale: #8B8B8B. Windows color (decimal): -7375617 or 16741519. OLE color: 16741519.

HSL color Cylindrical-coordinate representation of color #8F74FF: hue angle of 251.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F74FF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 116 255 -
CMYK 0.44 0.55 0 0
HSL 251.65º 1% 0.73% -
HSV(B) 251.65º 0.55% 1% -
XYZ 35.62 25.55 97.66 -
YUV 139.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 143 116 255 0.44 0.55 0 0 251.65 1 0.73
Hex 8F 74 FF 2C 37 0 0 FC 64 49
Octal 217 164 377 54 67 0 0 374 144 111
Binary 10001111 1110100 11111111 101100 110111 0 0 11111100 1100100 1001001

Color Harmonies of #8F74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74FF

Black with #8F74FF

Text Example


Text Example

White with #8F74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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