Html Css Color HEX #916CF2 Light Slate Blue

📋 copy color: '#916CF2'

red 145 ◦ green 108 ◦ blue 242

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

Shades of Light Slate Blue #916CF2

Tints of Light Slate Blue #916CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 29.29%
G = 21.82%
B = 48.89%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#916CF2 (or 0x916CF2) is known color: Light Slate Blue. HEX triplet: 91, 6C and F2. RGB value is (145,108,242). Sum of RGB (Red+Green+Blue) = 145+108+242=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #916CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916CF2 is #6E930D. Grayscale: #858585. Windows color (decimal): -7246606 or 15887505. OLE color: 15887505.

HSL color Cylindrical-coordinate representation of color #916CF2: hue angle of 256.57º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916CF2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 108 242 -
CMYK 0.40 0.55 0 0.05
HSL 256.57º 0.84% 0.69% -
HSV(B) 256.57º 0.55% 0.95% -
XYZ 33.07 23.16 86.73 -
YUV 134.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 145 108 242 0.40 0.55 0 0.05 256.57 0.84 0.69
Hex 91 6C F2 28 37 0 5 101 54 45
Octal 221 154 362 50 67 0 5 401 124 105
Binary 10010001 1101100 11110010 101000 110111 0 101 100000001 1010100 1000101

Color Harmonies of #916CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916CF2

Black with #916CF2

Text Example


Text Example

White with #916CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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