Html Css Color HEX #969BC8 Blue Bell

📋 copy color: '#969BC8'

red 150 ◦ green 155 ◦ blue 200

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

Shades of Blue Bell #969BC8

Tints of Blue Bell #969BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.6%

R = 29.7%
G = 30.69%
B = 39.6%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#969BC8 (or 0x969BC8) is known color: Blue Bell. HEX triplet: 96, 9B and C8. RGB value is (150,155,200). Sum of RGB (Red+Green+Blue) = 150+155+200=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #969BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969BC8 is #696437. Grayscale: #9E9E9E. Windows color (decimal): -6906936 or 13147030. OLE color: 13147030.

HSL color Cylindrical-coordinate representation of color #969BC8: hue angle of 234º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969BC8 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 155 200 -
CMYK 0.25 0.22 0 0.22
HSL 234º 0.31% 0.69% -
HSV(B) 234º 0.25% 0.78% -
XYZ 34.72 34.1 59.39 -
YUV 158.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 150 155 200 0.25 0.22 0 0.22 234 0.31 0.69
Hex 96 9B C8 19 16 0 16 EA 1F 45
Octal 226 233 310 31 26 0 26 352 37 105
Binary 10010110 10011011 11001000 11001 10110 0 10110 11101010 11111 1000101

Color Harmonies of #969BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BC8

Black with #969BC8

Text Example


Text Example

White with #969BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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