Html Css Color HEX #8270BA Moody Blue

📋 copy color: '#8270BA'

red 130 ◦ green 112 ◦ blue 186

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

Shades of Moody Blue #8270BA

Tints of Moody Blue #8270BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 30.37%
G = 26.17%
B = 43.46%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8270BA (or 0x8270BA) is known color: Moody Blue. HEX triplet: 82, 70 and BA. RGB value is (130,112,186). Sum of RGB (Red+Green+Blue) = 130+112+186=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270BA is #7D8F45. Grayscale: #7D7D7D. Windows color (decimal): -8228678 or 12218498. OLE color: 12218498.

HSL color Cylindrical-coordinate representation of color #8270BA: hue angle of 254.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8270BA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 112 186 -
CMYK 0.30 0.40 0 0.27
HSL 254.59º 0.35% 0.58% -
HSV(B) 254.59º 0.4% 0.73% -
XYZ 23.86 19.88 49.03 -
YUV 125.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 130 112 186 0.30 0.40 0 0.27 254.59 0.35 0.58
Hex 82 70 BA 1E 28 0 1B FF 23 3A
Octal 202 160 272 36 50 0 33 377 43 72
Binary 10000010 1110000 10111010 11110 101000 0 11011 11111111 100011 111010

Color Harmonies of #8270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270BA

Black with #8270BA

Text Example


Text Example

White with #8270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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