Html Css Color HEX #967FFB Light Slate Blue

📋 copy color: '#967FFB'

red 150 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #967FFB

Tints of Light Slate Blue #967FFB

RGB

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

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

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

R = 28.41%
G = 24.05%
B = 47.54%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#967FFB (or 0x967FFB) is known color: Light Slate Blue. HEX triplet: 96, 7F and FB. RGB value is (150,127,251). Sum of RGB (Red+Green+Blue) = 150+127+251=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #967FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FFB is #698004. Grayscale: #939393. Windows color (decimal): -6914053 or 16482198. OLE color: 16482198.

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

Color convert

RGB 150 127 251 -
CMYK 0.40 0.49 0 0.02
HSL 251.13º 0.94% 0.74% -
HSV(B) 251.13º 0.49% 0.98% -
XYZ 37.58 28.63 94.81 -
YUV 148.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 150 127 251 0.40 0.49 0 0.02 251.13 0.94 0.74
Hex 96 7F FB 28 31 0 2 FB 5E 4A
Octal 226 177 373 50 61 0 2 373 136 112
Binary 10010110 1111111 11111011 101000 110001 0 10 11111011 1011110 1001010

Color Harmonies of #967FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FFB

Black with #967FFB

Text Example


Text Example

White with #967FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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