Html Css Color HEX #967EFC Light Slate Blue

📋 copy color: '#967EFC'

red 150 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #967EFC

Tints of Light Slate Blue #967EFC

RGB

 RED value IS 150 (58.98% from 255) = 28.41%

 GREEN value IS 126 (49.61% from 255) = 23.86%

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

R = 28.41%
G = 23.86%
B = 47.73%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#967EFC (or 0x967EFC) is known color: Light Slate Blue. HEX triplet: 96, 7E and FC. RGB value is (150,126,252). Sum of RGB (Red+Green+Blue) = 150+126+252=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #967EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EFC is #698103. Grayscale: #939393. Windows color (decimal): -6914308 or 16547478. OLE color: 16547478.

HSL color Cylindrical-coordinate representation of color #967EFC: hue angle of 251.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967EFC is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 126 252 -
CMYK 0.40 0.5 0 0.01
HSL 251.43º 0.95% 0.74% -
HSV(B) 251.43º 0.5% 0.99% -
XYZ 37.61 28.43 95.6 -
YUV 147.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 150 126 252 0.40 0.5 0 0.01 251.43 0.95 0.74
Hex 96 7E FC 28 32 0 1 FB 5F 4A
Octal 226 176 374 50 62 0 1 373 137 112
Binary 10010110 1111110 11111100 101000 110010 0 1 11111011 1011111 1001010

Color Harmonies of #967EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967EFC

Black with #967EFC

Text Example


Text Example

White with #967EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967EFC; }

 p { color: rgb(150,126,252); }

 H1.HeaderClassName
 {
   color: #967EFC;
 }
 .AnyTagClassName
 {
   color: #967EFC;
 }
</style>

background-color css

<style>
 a { background-color: #967EFC; }

 a { background-color: rgb(150,126,252); }

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

border-color css

<style>
 span { border-color: #967EFC; }

 span { border-color: rgb(150,126,252); }

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