Html Css Color HEX #967FFC Light Slate Blue

📋 copy color: '#967FFC'

red 150 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #967FFC

Tints of Light Slate Blue #967FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

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

R = 28.36%
G = 24.01%
B = 47.64%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#967FFC (or 0x967FFC) is known color: Light Slate Blue. HEX triplet: 96, 7F and FC. RGB value is (150,127,252). Sum of RGB (Red+Green+Blue) = 150+127+252=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #967FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FFC is #698003. Grayscale: #939393. Windows color (decimal): -6914052 or 16547734. OLE color: 16547734.

HSL color Cylindrical-coordinate representation of color #967FFC: hue angle of 251.04º 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 #967FFC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 127 252 -
CMYK 0.40 0.50 0 0.01
HSL 251.04º 0.95% 0.74% -
HSV(B) 251.04º 0.5% 0.99% -
XYZ 37.74 28.69 95.64 -
YUV 148.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 150 127 252 0.40 0.50 0 0.01 251.04 0.95 0.74
Hex 96 7F FC 28 32 0 1 FB 5F 4A
Octal 226 177 374 50 62 0 1 373 137 112
Binary 10010110 1111111 11111100 101000 110010 0 1 11111011 1011111 1001010

Color Harmonies of #967FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FFC

Black with #967FFC

Text Example


Text Example

White with #967FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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