Html Css Color HEX #967AFF Light Slate Blue

📋 copy color: '#967AFF'

red 150 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #967AFF

Tints of Light Slate Blue #967AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 28.46%
G = 23.15%
B = 48.39%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#967AFF (or 0x967AFF) is known color: Light Slate Blue. HEX triplet: 96, 7A and FF. RGB value is (150,122,255). Sum of RGB (Red+Green+Blue) = 150+122+255=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #967AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967AFF is #698500. Grayscale: #919191. Windows color (decimal): -6915329 or 16743062. OLE color: 16743062.

HSL color Cylindrical-coordinate representation of color #967AFF: hue angle of 252.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967AFF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 122 255 -
CMYK 0.41 0.52 0 0
HSL 252.63º 1% 0.74% -
HSV(B) 252.63º 0.52% 1% -
XYZ 37.59 27.62 97.96 -
YUV 145.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 150 122 255 0.41 0.52 0 0 252.63 1 0.74
Hex 96 7A FF 29 34 0 0 FD 64 4A
Octal 226 172 377 51 64 0 0 375 144 112
Binary 10010110 1111010 11111111 101001 110100 0 0 11111101 1100100 1001010

Color Harmonies of #967AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AFF

Black with #967AFF

Text Example


Text Example

White with #967AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,255); }

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

background-color css

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

 a { background-color: rgb(150,122,255); }

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

border-color css

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

 span { border-color: rgb(150,122,255); }

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