Html Css Color HEX #9089C7 Blue Bell

📋 copy color: '#9089C7'

red 144 ◦ green 137 ◦ blue 199

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

Shades of Blue Bell #9089C7

Tints of Blue Bell #9089C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 30%
G = 28.54%
B = 41.46%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9089C7 (or 0x9089C7) is known color: Blue Bell. HEX triplet: 90, 89 and C7. RGB value is (144,137,199). Sum of RGB (Red+Green+Blue) = 144+137+199=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #9089C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9089C7 is #6F7638. Grayscale: #919191. Windows color (decimal): -7304761 or 13076880. OLE color: 13076880.

HSL color Cylindrical-coordinate representation of color #9089C7: hue angle of 246.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9089C7 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 137 199 -
CMYK 0.28 0.31 0 0.22
HSL 246.77º 0.36% 0.66% -
HSV(B) 246.77º 0.31% 0.78% -
XYZ 30.76 27.94 57.81 -
YUV 146.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 144 137 199 0.28 0.31 0 0.22 246.77 0.36 0.66
Hex 90 89 C7 1C 1F 0 16 F7 24 42
Octal 220 211 307 34 37 0 26 367 44 102
Binary 10010000 10001001 11000111 11100 11111 0 10110 11110111 100100 1000010

Color Harmonies of #9089C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9089C7

Black with #9089C7

Text Example


Text Example

White with #9089C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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