Html Css Color HEX #969CC3 Blue Bell

📋 copy color: '#969CC3'

red 150 ◦ green 156 ◦ blue 195

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

Shades of Blue Bell #969CC3

Tints of Blue Bell #969CC3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

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

R = 29.94%
G = 31.14%
B = 38.92%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#969CC3 (or 0x969CC3) is known color: Blue Bell. HEX triplet: 96, 9C and C3. RGB value is (150,156,195). Sum of RGB (Red+Green+Blue) = 150+156+195=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #969CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CC3 is #69633C. Grayscale: #9E9E9E. Windows color (decimal): -6906685 or 12819606. OLE color: 12819606.

HSL color Cylindrical-coordinate representation of color #969CC3: hue angle of 232º 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 #969CC3 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 156 195 -
CMYK 0.23 0.20 0 0.24
HSL 232º 0.27% 0.68% -
HSV(B) 232º 0.23% 0.76% -
XYZ 34.32 34.2 56.42 -
YUV 158.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 150 156 195 0.23 0.20 0 0.24 232 0.27 0.68
Hex 96 9C C3 17 14 0 18 E8 1B 44
Octal 226 234 303 27 24 0 30 350 33 104
Binary 10010110 10011100 11000011 10111 10100 0 11000 11101000 11011 1000100

Color Harmonies of #969CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CC3

Black with #969CC3

Text Example


Text Example

White with #969CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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