Html Css Color HEX #9089CC Blue Bell

📋 copy color: '#9089CC'

red 144 ◦ green 137 ◦ blue 204

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

Shades of Blue Bell #9089CC

Tints of Blue Bell #9089CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 29.69%
G = 28.25%
B = 42.06%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9089CC (or 0x9089CC) is known color: Blue Bell. HEX triplet: 90, 89 and CC. RGB value is (144,137,204). Sum of RGB (Red+Green+Blue) = 144+137+204=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9089CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089CC is #6F7633. Grayscale: #929292. Windows color (decimal): -7304756 or 13404560. OLE color: 13404560.

HSL color Cylindrical-coordinate representation of color #9089CC: hue angle of 246.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9089CC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 137 204 -
CMYK 0.29 0.33 0 0.2
HSL 246.27º 0.4% 0.67% -
HSV(B) 246.27º 0.33% 0.8% -
XYZ 31.35 28.18 60.91 -
YUV 146.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 144 137 204 0.29 0.33 0 0.2 246.27 0.4 0.67
Hex 90 89 CC 1D 21 0 14 F6 28 43
Octal 220 211 314 35 41 0 24 366 50 103
Binary 10010000 10001001 11001100 11101 100001 0 10100 11110110 101000 1000011

Color Harmonies of #9089CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9089CC

Black with #9089CC

Text Example


Text Example

White with #9089CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9089CC; }

 p { color: rgb(144,137,204); }

 H1.HeaderClassName
 {
   color: #9089CC;
 }
 .AnyTagClassName
 {
   color: #9089CC;
 }
</style>

background-color css

<style>
 a { background-color: #9089CC; }

 a { background-color: rgb(144,137,204); }

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

border-color css

<style>
 span { border-color: #9089CC; }

 span { border-color: rgb(144,137,204); }

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