Html Css Color HEX #967BFC Light Slate Blue

📋 copy color: '#967BFC'

red 150 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #967BFC

Tints of Light Slate Blue #967BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 28.57%
G = 23.43%
B = 48%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#967BFC (or 0x967BFC) is known color: Light Slate Blue. HEX triplet: 96, 7B and FC. RGB value is (150,123,252). Sum of RGB (Red+Green+Blue) = 150+123+252=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #967BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BFC is #698403. Grayscale: #919191. Windows color (decimal): -6915076 or 16546710. OLE color: 16546710.

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

Color convert

RGB 150 123 252 -
CMYK 0.40 0.51 0 0.01
HSL 252.56º 0.96% 0.74% -
HSV(B) 252.56º 0.51% 0.99% -
XYZ 37.23 27.68 95.48 -
YUV 145.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 150 123 252 0.40 0.51 0 0.01 252.56 0.96 0.74
Hex 96 7B FC 28 33 0 1 FD 60 4A
Octal 226 173 374 50 63 0 1 375 140 112
Binary 10010110 1111011 11111100 101000 110011 0 1 11111101 1100000 1001010

Color Harmonies of #967BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BFC

Black with #967BFC

Text Example


Text Example

White with #967BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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