Html Css Color HEX #9690B3 Santas Grey

📋 copy color: '#9690B3'

red 150 ◦ green 144 ◦ blue 179

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

Shades of Santas Grey #9690B3

Tints of Santas Grey #9690B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.44%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 31.71%
G = 30.44%
B = 37.84%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9690B3 (or 0x9690B3) is known color: Santas Grey. HEX triplet: 96, 90 and B3. RGB value is (150,144,179). Sum of RGB (Red+Green+Blue) = 150+144+179=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #9690B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690B3 is #696F4C. Grayscale: #959595. Windows color (decimal): -6909773 or 11767958. OLE color: 11767958.

HSL color Cylindrical-coordinate representation of color #9690B3: hue angle of 250.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9690B3 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 144 179 -
CMYK 0.16 0.20 0 0.30
HSL 250.29º 0.19% 0.63% -
HSV(B) 250.29º 0.2% 0.7% -
XYZ 30.69 29.69 46.76 -
YUV 149.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 150 144 179 0.16 0.20 0 0.30 250.29 0.19 0.63
Hex 96 90 B3 10 14 0 1E FA 13 3F
Octal 226 220 263 20 24 0 36 372 23 77
Binary 10010110 10010000 10110011 10000 10100 0 11110 11111010 10011 111111

Color Harmonies of #9690B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9690B3

Black with #9690B3

Text Example


Text Example

White with #9690B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9690B3; }

 p { color: rgb(150,144,179); }

 H1.HeaderClassName
 {
   color: #9690B3;
 }
 .AnyTagClassName
 {
   color: #9690B3;
 }
</style>

background-color css

<style>
 a { background-color: #9690B3; }

 a { background-color: rgb(150,144,179); }

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

border-color css

<style>
 span { border-color: #9690B3; }

 span { border-color: rgb(150,144,179); }

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