Html Css Color HEX #967CFB Light Slate Blue

📋 copy color: '#967CFB'

red 150 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #967CFB

Tints of Light Slate Blue #967CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

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

R = 28.57%
G = 23.62%
B = 47.81%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#967CFB (or 0x967CFB) is known color: Light Slate Blue. HEX triplet: 96, 7C and FB. RGB value is (150,124,251). Sum of RGB (Red+Green+Blue) = 150+124+251=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #967CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967CFB is #698304. Grayscale: #919191. Windows color (decimal): -6914821 or 16481430. OLE color: 16481430.

HSL color Cylindrical-coordinate representation of color #967CFB: hue angle of 252.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #967CFB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 124 251 -
CMYK 0.40 0.51 0 0.02
HSL 252.28º 0.94% 0.74% -
HSV(B) 252.28º 0.51% 0.98% -
XYZ 37.2 27.86 94.68 -
YUV 146.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 150 124 251 0.40 0.51 0 0.02 252.28 0.94 0.74
Hex 96 7C FB 28 33 0 2 FC 5E 4A
Octal 226 174 373 50 63 0 2 374 136 112
Binary 10010110 1111100 11111011 101000 110011 0 10 11111100 1011110 1001010

Color Harmonies of #967CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967CFB

Black with #967CFB

Text Example


Text Example

White with #967CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,251); }

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

background-color css

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

 a { background-color: rgb(150,124,251); }

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

border-color css

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

 span { border-color: rgb(150,124,251); }

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