Html Css Color HEX #8270CD Moody Blue

📋 copy color: '#8270CD'

red 130 ◦ green 112 ◦ blue 205

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

Shades of Moody Blue #8270CD

Tints of Moody Blue #8270CD

RGB

 RED value IS 130 (51.17% from 255) = 29.08%

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 29.08%
G = 25.06%
B = 45.86%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8270CD (or 0x8270CD) is known color: Moody Blue. HEX triplet: 82, 70 and CD. RGB value is (130,112,205). Sum of RGB (Red+Green+Blue) = 130+112+205=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #8270CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270CD is #7D8F32. Grayscale: #7F7F7F. Windows color (decimal): -8228659 or 13463682. OLE color: 13463682.

HSL color Cylindrical-coordinate representation of color #8270CD: hue angle of 251.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8270CD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 112 205 -
CMYK 0.37 0.45 0 0.20
HSL 251.61º 0.48% 0.62% -
HSV(B) 251.61º 0.45% 0.8% -
XYZ 26.02 20.74 60.39 -
YUV 127.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 130 112 205 0.37 0.45 0 0.20 251.61 0.48 0.62
Hex 82 70 CD 25 2D 0 14 FC 30 3E
Octal 202 160 315 45 55 0 24 374 60 76
Binary 10000010 1110000 11001101 100101 101101 0 10100 11111100 110000 111110

Color Harmonies of #8270CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270CD

Black with #8270CD

Text Example


Text Example

White with #8270CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8270CD; }

 p { color: rgb(130,112,205); }

 H1.HeaderClassName
 {
   color: #8270CD;
 }
 .AnyTagClassName
 {
   color: #8270CD;
 }
</style>

background-color css

<style>
 a { background-color: #8270CD; }

 a { background-color: rgb(130,112,205); }

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

border-color css

<style>
 span { border-color: #8270CD; }

 span { border-color: rgb(130,112,205); }

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