Html Css Color HEX #8275DC Moody Blue

📋 copy color: '#8275DC'

red 130 ◦ green 117 ◦ blue 220

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

Shades of Moody Blue #8275DC

Tints of Moody Blue #8275DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 27.84%
G = 25.05%
B = 47.11%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8275DC (or 0x8275DC) is known color: Moody Blue. HEX triplet: 82, 75 and DC. RGB value is (130,117,220). Sum of RGB (Red+Green+Blue) = 130+117+220=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8275DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275DC is #7D8A23. Grayscale: #848484. Windows color (decimal): -8227364 or 14448002. OLE color: 14448002.

HSL color Cylindrical-coordinate representation of color #8275DC: hue angle of 247.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8275DC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 117 220 -
CMYK 0.41 0.47 0 0.14
HSL 247.57º 0.6% 0.66% -
HSV(B) 247.57º 0.47% 0.86% -
XYZ 28.49 22.64 70.58 -
YUV 132.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 130 117 220 0.41 0.47 0 0.14 247.57 0.6 0.66
Hex 82 75 DC 29 2F 0 E F8 3C 42
Octal 202 165 334 51 57 0 16 370 74 102
Binary 10000010 1110101 11011100 101001 101111 0 1110 11111000 111100 1000010

Color Harmonies of #8275DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275DC

Black with #8275DC

Text Example


Text Example

White with #8275DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8275DC; }

 p { color: rgb(130,117,220); }

 H1.HeaderClassName
 {
   color: #8275DC;
 }
 .AnyTagClassName
 {
   color: #8275DC;
 }
</style>

background-color css

<style>
 a { background-color: #8275DC; }

 a { background-color: rgb(130,117,220); }

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

border-color css

<style>
 span { border-color: #8275DC; }

 span { border-color: rgb(130,117,220); }

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