Html Css Color HEX #8A82C8 Moody Blue

📋 copy color: '#8A82C8'

red 138 ◦ green 130 ◦ blue 200

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

Shades of Moody Blue #8A82C8

Tints of Moody Blue #8A82C8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.78%

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 29.49%
G = 27.78%
B = 42.74%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8A82C8 (or 0x8A82C8) is known color: Moody Blue. HEX triplet: 8A, 82 and C8. RGB value is (138,130,200). Sum of RGB (Red+Green+Blue) = 138+130+200=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A82C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A82C8 is #757D37. Grayscale: #8C8C8C. Windows color (decimal): -7699768 or 13140618. OLE color: 13140618.

HSL color Cylindrical-coordinate representation of color #8A82C8: hue angle of 246.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A82C8 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 130 200 -
CMYK 0.31 0.35 0 0.22
HSL 246.86º 0.39% 0.65% -
HSV(B) 246.86º 0.35% 0.78% -
XYZ 28.89 25.54 58.05 -
YUV 140.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 138 130 200 0.31 0.35 0 0.22 246.86 0.39 0.65
Hex 8A 82 C8 1F 23 0 16 F7 27 41
Octal 212 202 310 37 43 0 26 367 47 101
Binary 10001010 10000010 11001000 11111 100011 0 10110 11110111 100111 1000001

Color Harmonies of #8A82C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A82C8

Black with #8A82C8

Text Example


Text Example

White with #8A82C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,200); }

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

background-color css

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

 a { background-color: rgb(138,130,200); }

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

border-color css

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

 span { border-color: rgb(138,130,200); }

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