Html Css Color HEX #969EC3 Blue Bell

📋 copy color: '#969EC3'

red 150 ◦ green 158 ◦ blue 195

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

Shades of Blue Bell #969EC3

Tints of Blue Bell #969EC3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 29.82%
G = 31.41%
B = 38.77%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#969EC3 (or 0x969EC3) is known color: Blue Bell. HEX triplet: 96, 9E and C3. RGB value is (150,158,195). Sum of RGB (Red+Green+Blue) = 150+158+195=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #969EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EC3 is #69613C. Grayscale: #9F9F9F. Windows color (decimal): -6906173 or 12820118. OLE color: 12820118.

HSL color Cylindrical-coordinate representation of color #969EC3: hue angle of 229.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969EC3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 158 195 -
CMYK 0.23 0.19 0 0.24
HSL 229.33º 0.27% 0.68% -
HSV(B) 229.33º 0.23% 0.76% -
XYZ 34.65 34.88 56.54 -
YUV 159.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 150 158 195 0.23 0.19 0 0.24 229.33 0.27 0.68
Hex 96 9E C3 17 13 0 18 E5 1B 44
Octal 226 236 303 27 23 0 30 345 33 104
Binary 10010110 10011110 11000011 10111 10011 0 11000 11100101 11011 1000100

Color Harmonies of #969EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EC3

Black with #969EC3

Text Example


Text Example

White with #969EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969EC3; }

 p { color: rgb(150,158,195); }

 H1.HeaderClassName
 {
   color: #969EC3;
 }
 .AnyTagClassName
 {
   color: #969EC3;
 }
</style>

background-color css

<style>
 a { background-color: #969EC3; }

 a { background-color: rgb(150,158,195); }

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

border-color css

<style>
 span { border-color: #969EC3; }

 span { border-color: rgb(150,158,195); }

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