Html Css Color HEX #8272CC Moody Blue

📋 copy color: '#8272CC'

red 130 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #8272CC

Tints of Moody Blue #8272CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 29.02%
G = 25.45%
B = 45.54%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8272CC (or 0x8272CC) is known color: Moody Blue. HEX triplet: 82, 72 and CC. RGB value is (130,114,204). Sum of RGB (Red+Green+Blue) = 130+114+204=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #8272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272CC is #7D8D33. Grayscale: #808080. Windows color (decimal): -8228148 or 13398658. OLE color: 13398658.

HSL color Cylindrical-coordinate representation of color #8272CC: hue angle of 250.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8272CC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 114 204 -
CMYK 0.36 0.44 0 0.2
HSL 250.67º 0.47% 0.62% -
HSV(B) 250.67º 0.44% 0.8% -
XYZ 26.12 21.14 59.83 -
YUV 129.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 130 114 204 0.36 0.44 0 0.2 250.67 0.47 0.62
Hex 82 72 CC 24 2C 0 14 FB 2F 3E
Octal 202 162 314 44 54 0 24 373 57 76
Binary 10000010 1110010 11001100 100100 101100 0 10100 11111011 101111 111110

Color Harmonies of #8272CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272CC

Black with #8272CC

Text Example


Text Example

White with #8272CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8272CC; }

 p { color: rgb(130,114,204); }

 H1.HeaderClassName
 {
   color: #8272CC;
 }
 .AnyTagClassName
 {
   color: #8272CC;
 }
</style>

background-color css

<style>
 a { background-color: #8272CC; }

 a { background-color: rgb(130,114,204); }

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

border-color css

<style>
 span { border-color: #8272CC; }

 span { border-color: rgb(130,114,204); }

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