Html Css Color HEX #916CFB Light Slate Blue

📋 copy color: '#916CFB'

red 145 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #916CFB

Tints of Light Slate Blue #916CFB

RGB

 RED value IS 145 (57.03% from 255) = 28.77%

 GREEN value IS 108 (42.58% from 255) = 21.43%

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

R = 28.77%
G = 21.43%
B = 49.8%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#916CFB (or 0x916CFB) is known color: Light Slate Blue. HEX triplet: 91, 6C and FB. RGB value is (145,108,251). Sum of RGB (Red+Green+Blue) = 145+108+251=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #916CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CFB is #6E9304. Grayscale: #868686. Windows color (decimal): -7246597 or 16477329. OLE color: 16477329.

HSL color Cylindrical-coordinate representation of color #916CFB: hue angle of 255.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916CFB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 108 251 -
CMYK 0.42 0.57 0 0.02
HSL 255.52º 0.95% 0.7% -
HSV(B) 255.52º 0.57% 0.98% -
XYZ 34.45 23.71 94.03 -
YUV 135.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 145 108 251 0.42 0.57 0 0.02 255.52 0.95 0.7
Hex 91 6C FB 2A 39 0 2 100 5F 46
Octal 221 154 373 52 71 0 2 400 137 106
Binary 10010001 1101100 11111011 101010 111001 0 10 100000000 1011111 1000110

Color Harmonies of #916CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CFB

Black with #916CFB

Text Example


Text Example

White with #916CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916CFB; }

 p { color: rgb(145,108,251); }

 H1.HeaderClassName
 {
   color: #916CFB;
 }
 .AnyTagClassName
 {
   color: #916CFB;
 }
</style>

background-color css

<style>
 a { background-color: #916CFB; }

 a { background-color: rgb(145,108,251); }

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

border-color css

<style>
 span { border-color: #916CFB; }

 span { border-color: rgb(145,108,251); }

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