Html Css Color HEX #8A78CB Moody Blue

📋 copy color: '#8A78CB'

red 138 ◦ green 120 ◦ blue 203

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

Shades of Moody Blue #8A78CB

Tints of Moody Blue #8A78CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 29.93%
G = 26.03%
B = 44.03%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A78CB (or 0x8A78CB) is known color: Moody Blue. HEX triplet: 8A, 78 and CB. RGB value is (138,120,203). Sum of RGB (Red+Green+Blue) = 138+120+203=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78CB is #758734. Grayscale: #868686. Windows color (decimal): -7702325 or 13334666. OLE color: 13334666.

HSL color Cylindrical-coordinate representation of color #8A78CB: hue angle of 253.01º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A78CB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 120 203 -
CMYK 0.32 0.41 0 0.20
HSL 253.01º 0.44% 0.63% -
HSV(B) 253.01º 0.41% 0.8% -
XYZ 27.98 23.15 59.49 -
YUV 134.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 138 120 203 0.32 0.41 0 0.20 253.01 0.44 0.63
Hex 8A 78 CB 20 29 0 14 FD 2C 3F
Octal 212 170 313 40 51 0 24 375 54 77
Binary 10001010 1111000 11001011 100000 101001 0 10100 11111101 101100 111111

Color Harmonies of #8A78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A78CB

Black with #8A78CB

Text Example


Text Example

White with #8A78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,120,203); }

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

background-color css

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

 a { background-color: rgb(138,120,203); }

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

border-color css

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

 span { border-color: rgb(138,120,203); }

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