Html Css Color HEX #9095CE Blue Bell

📋 copy color: '#9095CE'

red 144 ◦ green 149 ◦ blue 206

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

Shades of Blue Bell #9095CE

Tints of Blue Bell #9095CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 28.86%
G = 29.86%
B = 41.28%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9095CE (or 0x9095CE) is known color: Blue Bell. HEX triplet: 90, 95 and CE. RGB value is (144,149,206). Sum of RGB (Red+Green+Blue) = 144+149+206=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9095CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CE is #6F6A31. Grayscale: #999999. Windows color (decimal): -7301682 or 13538704. OLE color: 13538704.

HSL color Cylindrical-coordinate representation of color #9095CE: hue angle of 235.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9095CE is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 149 206 -
CMYK 0.30 0.28 0 0.19
HSL 235.16º 0.39% 0.69% -
HSV(B) 235.16º 0.3% 0.81% -
XYZ 33.39 31.88 62.79 -
YUV 154 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 144 149 206 0.30 0.28 0 0.19 235.16 0.39 0.69
Hex 90 95 CE 1E 1C 0 13 EB 27 45
Octal 220 225 316 36 34 0 23 353 47 105
Binary 10010000 10010101 11001110 11110 11100 0 10011 11101011 100111 1000101

Color Harmonies of #9095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095CE

Black with #9095CE

Text Example


Text Example

White with #9095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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