Html Css Color HEX #8A7ABC Moody Blue

📋 copy color: '#8A7ABC'

red 138 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #8A7ABC

Tints of Moody Blue #8A7ABC

RGB

 RED value IS 138 (54.3% from 255) = 30.8%

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 30.8%
G = 27.23%
B = 41.96%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A7ABC (or 0x8A7ABC) is known color: Moody Blue. HEX triplet: 8A, 7A and BC. RGB value is (138,122,188). Sum of RGB (Red+Green+Blue) = 138+122+188=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ABC is #758543. Grayscale: #868686. Windows color (decimal): -7701828 or 12352138. OLE color: 12352138.

HSL color Cylindrical-coordinate representation of color #8A7ABC: hue angle of 254.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A7ABC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 122 188 -
CMYK 0.27 0.35 0 0.26
HSL 254.55º 0.33% 0.61% -
HSV(B) 254.55º 0.35% 0.74% -
XYZ 26.52 22.95 50.61 -
YUV 134.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 138 122 188 0.27 0.35 0 0.26 254.55 0.33 0.61
Hex 8A 7A BC 1B 23 0 1A FF 21 3D
Octal 212 172 274 33 43 0 32 377 41 75
Binary 10001010 1111010 10111100 11011 100011 0 11010 11111111 100001 111101

Color Harmonies of #8A7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7ABC

Black with #8A7ABC

Text Example


Text Example

White with #8A7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7ABC; }

 p { color: rgb(138,122,188); }

 H1.HeaderClassName
 {
   color: #8A7ABC;
 }
 .AnyTagClassName
 {
   color: #8A7ABC;
 }
</style>

background-color css

<style>
 a { background-color: #8A7ABC; }

 a { background-color: rgb(138,122,188); }

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

border-color css

<style>
 span { border-color: #8A7ABC; }

 span { border-color: rgb(138,122,188); }

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