Html Css Color HEX #969ECE Blue Bell

📋 copy color: '#969ECE'

red 150 ◦ green 158 ◦ blue 206

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

Shades of Blue Bell #969ECE

Tints of Blue Bell #969ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 29.18%
G = 30.74%
B = 40.08%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#969ECE (or 0x969ECE) is known color: Blue Bell. HEX triplet: 96, 9E and CE. RGB value is (150,158,206). Sum of RGB (Red+Green+Blue) = 150+158+206=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #969ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ECE is #696131. Grayscale: #A0A0A0. Windows color (decimal): -6906162 or 13541014. OLE color: 13541014.

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

Color convert

RGB 150 158 206 -
CMYK 0.27 0.23 0 0.19
HSL 231.43º 0.36% 0.7% -
HSV(B) 231.43º 0.27% 0.81% -
XYZ 35.95 35.39 63.33 -
YUV 161.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 150 158 206 0.27 0.23 0 0.19 231.43 0.36 0.7
Hex 96 9E CE 1B 17 0 13 E7 24 46
Octal 226 236 316 33 27 0 23 347 44 106
Binary 10010110 10011110 11001110 11011 10111 0 10011 11100111 100100 1000110

Color Harmonies of #969ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ECE

Black with #969ECE

Text Example


Text Example

White with #969ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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