Html Css Color HEX #9095C8 Blue Bell

📋 copy color: '#9095C8'

red 144 ◦ green 149 ◦ blue 200

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

Shades of Blue Bell #9095C8

Tints of Blue Bell #9095C8

RGB

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

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

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

R = 29.21%
G = 30.22%
B = 40.57%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9095C8 (or 0x9095C8) is known color: Blue Bell. HEX triplet: 90, 95 and C8. RGB value is (144,149,200). Sum of RGB (Red+Green+Blue) = 144+149+200=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #9095C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095C8 is #6F6A37. Grayscale: #999999. Windows color (decimal): -7301688 or 13145488. OLE color: 13145488.

HSL color Cylindrical-coordinate representation of color #9095C8: hue angle of 234.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9095C8 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 149 200 -
CMYK 0.28 0.26 0 0.22
HSL 234.64º 0.34% 0.67% -
HSV(B) 234.64º 0.28% 0.78% -
XYZ 32.67 31.59 59.02 -
YUV 153.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 144 149 200 0.28 0.26 0 0.22 234.64 0.34 0.67
Hex 90 95 C8 1C 1A 0 16 EB 22 43
Octal 220 225 310 34 32 0 26 353 42 103
Binary 10010000 10010101 11001000 11100 11010 0 10110 11101011 100010 1000011

Color Harmonies of #9095C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095C8

Black with #9095C8

Text Example


Text Example

White with #9095C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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