Html Css Color HEX #9086D0 Moody Blue

📋 copy color: '#9086D0'

red 144 ◦ green 134 ◦ blue 208

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

Shades of Moody Blue #9086D0

Tints of Moody Blue #9086D0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

 BLUE value IS 208 (81.64% from 255) = 42.8%

R = 29.63%
G = 27.57%
B = 42.8%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9086D0 (or 0x9086D0) is known color: Moody Blue. HEX triplet: 90, 86 and D0. RGB value is (144,134,208). Sum of RGB (Red+Green+Blue) = 144+134+208=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9086D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086D0 is #6F792F. Grayscale: #919191. Windows color (decimal): -7305520 or 13665936. OLE color: 13665936.

HSL color Cylindrical-coordinate representation of color #9086D0: hue angle of 248.11º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9086D0 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 134 208 -
CMYK 0.31 0.36 0 0.18
HSL 248.11º 0.44% 0.67% -
HSV(B) 248.11º 0.36% 0.82% -
XYZ 31.41 27.53 63.33 -
YUV 145.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 144 134 208 0.31 0.36 0 0.18 248.11 0.44 0.67
Hex 90 86 D0 1F 24 0 12 F8 2C 43
Octal 220 206 320 37 44 0 22 370 54 103
Binary 10010000 10000110 11010000 11111 100100 0 10010 11111000 101100 1000011

Color Harmonies of #9086D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9086D0

Black with #9086D0

Text Example


Text Example

White with #9086D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9086D0; }

 p { color: rgb(144,134,208); }

 H1.HeaderClassName
 {
   color: #9086D0;
 }
 .AnyTagClassName
 {
   color: #9086D0;
 }
</style>

background-color css

<style>
 a { background-color: #9086D0; }

 a { background-color: rgb(144,134,208); }

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

border-color css

<style>
 span { border-color: #9086D0; }

 span { border-color: rgb(144,134,208); }

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