Html Css Color HEX #9088BF Moody Blue

📋 copy color: '#9088BF'

red 144 ◦ green 136 ◦ blue 191

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

Shades of Moody Blue #9088BF

Tints of Moody Blue #9088BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 30.57%
G = 28.87%
B = 40.55%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9088BF (or 0x9088BF) is known color: Moody Blue. HEX triplet: 90, 88 and BF. RGB value is (144,136,191). Sum of RGB (Red+Green+Blue) = 144+136+191=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9088BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088BF is #6F7740. Grayscale: #909090. Windows color (decimal): -7305025 or 12552336. OLE color: 12552336.

HSL color Cylindrical-coordinate representation of color #9088BF: hue angle of 248.73º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9088BF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 136 191 -
CMYK 0.25 0.29 0 0.25
HSL 248.73º 0.3% 0.64% -
HSV(B) 248.73º 0.29% 0.75% -
XYZ 29.71 27.3 52.99 -
YUV 144.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 144 136 191 0.25 0.29 0 0.25 248.73 0.3 0.64
Hex 90 88 BF 19 1D 0 19 F9 1E 40
Octal 220 210 277 31 35 0 31 371 36 100
Binary 10010000 10001000 10111111 11001 11101 0 11001 11111001 11110 1000000

Color Harmonies of #9088BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088BF

Black with #9088BF

Text Example


Text Example

White with #9088BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9088BF; }

 p { color: rgb(144,136,191); }

 H1.HeaderClassName
 {
   color: #9088BF;
 }
 .AnyTagClassName
 {
   color: #9088BF;
 }
</style>

background-color css

<style>
 a { background-color: #9088BF; }

 a { background-color: rgb(144,136,191); }

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

border-color css

<style>
 span { border-color: #9088BF; }

 span { border-color: rgb(144,136,191); }

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