Html Css Color HEX #969BCC Blue Bell

📋 copy color: '#969BCC'

red 150 ◦ green 155 ◦ blue 204

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

Shades of Blue Bell #969BCC

Tints of Blue Bell #969BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 29.47%
G = 30.45%
B = 40.08%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#969BCC (or 0x969BCC) is known color: Blue Bell. HEX triplet: 96, 9B and CC. RGB value is (150,155,204). Sum of RGB (Red+Green+Blue) = 150+155+204=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #969BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BCC is #696433. Grayscale: #9E9E9E. Windows color (decimal): -6906932 or 13409174. OLE color: 13409174.

HSL color Cylindrical-coordinate representation of color #969BCC: hue angle of 234.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969BCC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 155 204 -
CMYK 0.26 0.24 0 0.2
HSL 234.44º 0.35% 0.69% -
HSV(B) 234.44º 0.26% 0.8% -
XYZ 35.2 34.29 61.89 -
YUV 159.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 150 155 204 0.26 0.24 0 0.2 234.44 0.35 0.69
Hex 96 9B CC 1A 18 0 14 EA 23 45
Octal 226 233 314 32 30 0 24 352 43 105
Binary 10010110 10011011 11001100 11010 11000 0 10100 11101010 100011 1000101

Color Harmonies of #969BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BCC

Black with #969BCC

Text Example


Text Example

White with #969BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,155,204); }

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

background-color css

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

 a { background-color: rgb(150,155,204); }

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

border-color css

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

 span { border-color: rgb(150,155,204); }

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