Html Css Color HEX #908ABE Moody Blue

📋 copy color: '#908ABE'

red 144 ◦ green 138 ◦ blue 190

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

Shades of Moody Blue #908ABE

Tints of Moody Blue #908ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 30.51%
G = 29.24%
B = 40.25%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#908ABE (or 0x908ABE) is known color: Moody Blue. HEX triplet: 90, 8A and BE. RGB value is (144,138,190). Sum of RGB (Red+Green+Blue) = 144+138+190=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #908ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ABE is #6F7541. Grayscale: #919191. Windows color (decimal): -7304514 or 12487312. OLE color: 12487312.

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

Color convert

RGB 144 138 190 -
CMYK 0.24 0.27 0 0.25
HSL 246.92º 0.29% 0.64% -
HSV(B) 246.92º 0.27% 0.75% -
XYZ 29.88 27.82 52.51 -
YUV 145.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 144 138 190 0.24 0.27 0 0.25 246.92 0.29 0.64
Hex 90 8A BE 18 1B 0 19 F7 1D 40
Octal 220 212 276 30 33 0 31 367 35 100
Binary 10010000 10001010 10111110 11000 11011 0 11001 11110111 11101 1000000

Color Harmonies of #908ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ABE

Black with #908ABE

Text Example


Text Example

White with #908ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908ABE; }

 p { color: rgb(144,138,190); }

 H1.HeaderClassName
 {
   color: #908ABE;
 }
 .AnyTagClassName
 {
   color: #908ABE;
 }
</style>

background-color css

<style>
 a { background-color: #908ABE; }

 a { background-color: rgb(144,138,190); }

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

border-color css

<style>
 span { border-color: #908ABE; }

 span { border-color: rgb(144,138,190); }

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