Html Css Color HEX #9095CB Blue Bell

📋 copy color: '#9095CB'

red 144 ◦ green 149 ◦ blue 203

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

Shades of Blue Bell #9095CB

Tints of Blue Bell #9095CB

RGB

 RED value IS 144 (56.64% from 255) = 29.03%

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 29.03%
G = 30.04%
B = 40.93%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9095CB (or 0x9095CB) is known color: Blue Bell. HEX triplet: 90, 95 and CB. RGB value is (144,149,203). Sum of RGB (Red+Green+Blue) = 144+149+203=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9095CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CB is #6F6A34. Grayscale: #999999. Windows color (decimal): -7301685 or 13342096. OLE color: 13342096.

HSL color Cylindrical-coordinate representation of color #9095CB: hue angle of 234.92º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9095CB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 149 203 -
CMYK 0.29 0.27 0 0.20
HSL 234.92º 0.36% 0.68% -
HSV(B) 234.92º 0.29% 0.8% -
XYZ 33.03 31.74 60.88 -
YUV 153.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 144 149 203 0.29 0.27 0 0.20 234.92 0.36 0.68
Hex 90 95 CB 1D 1B 0 14 EB 24 44
Octal 220 225 313 35 33 0 24 353 44 104
Binary 10010000 10010101 11001011 11101 11011 0 10100 11101011 100100 1000100

Color Harmonies of #9095CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095CB

Black with #9095CB

Text Example


Text Example

White with #9095CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9095CB; }

 p { color: rgb(144,149,203); }

 H1.HeaderClassName
 {
   color: #9095CB;
 }
 .AnyTagClassName
 {
   color: #9095CB;
 }
</style>

background-color css

<style>
 a { background-color: #9095CB; }

 a { background-color: rgb(144,149,203); }

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

border-color css

<style>
 span { border-color: #9095CB; }

 span { border-color: rgb(144,149,203); }

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