Html Css Color HEX #8A7CBC Moody Blue

📋 copy color: '#8A7CBC'

red 138 ◦ green 124 ◦ blue 188

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

Shades of Moody Blue #8A7CBC

Tints of Moody Blue #8A7CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.56%

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

R = 30.67%
G = 27.56%
B = 41.78%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A7CBC (or 0x8A7CBC) is known color: Moody Blue. HEX triplet: 8A, 7C and BC. RGB value is (138,124,188). Sum of RGB (Red+Green+Blue) = 138+124+188=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A7CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CBC is #758343. Grayscale: #878787. Windows color (decimal): -7701316 or 12352650. OLE color: 12352650.

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

Color convert

RGB 138 124 188 -
CMYK 0.27 0.34 0 0.26
HSL 253.13º 0.32% 0.61% -
HSV(B) 253.13º 0.34% 0.74% -
XYZ 26.77 23.45 50.69 -
YUV 135.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 138 124 188 0.27 0.34 0 0.26 253.13 0.32 0.61
Hex 8A 7C BC 1B 22 0 1A FD 20 3D
Octal 212 174 274 33 42 0 32 375 40 75
Binary 10001010 1111100 10111100 11011 100010 0 11010 11111101 100000 111101

Color Harmonies of #8A7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7CBC

Black with #8A7CBC

Text Example


Text Example

White with #8A7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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