Html Css Color HEX #8284D7 Moody Blue

📋 copy color: '#8284D7'

red 130 ◦ green 132 ◦ blue 215

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

Shades of Moody Blue #8284D7

Tints of Moody Blue #8284D7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 27.25%
G = 27.67%
B = 45.07%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8284D7 (or 0x8284D7) is known color: Moody Blue. HEX triplet: 82, 84 and D7. RGB value is (130,132,215). Sum of RGB (Red+Green+Blue) = 130+132+215=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #8284D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284D7 is #7D7B28. Grayscale: #8C8C8C. Windows color (decimal): -8223529 or 14124162. OLE color: 14124162.

HSL color Cylindrical-coordinate representation of color #8284D7: hue angle of 238.59º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8284D7 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 132 215 -
CMYK 0.40 0.39 0 0.16
HSL 238.59º 0.52% 0.68% -
HSV(B) 238.59º 0.4% 0.84% -
XYZ 29.72 26.15 67.77 -
YUV 140.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 130 132 215 0.40 0.39 0 0.16 238.59 0.52 0.68
Hex 82 84 D7 28 27 0 10 EF 34 44
Octal 202 204 327 50 47 0 20 357 64 104
Binary 10000010 10000100 11010111 101000 100111 0 10000 11101111 110100 1000100

Color Harmonies of #8284D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8284D7

Black with #8284D7

Text Example


Text Example

White with #8284D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8284D7; }

 p { color: rgb(130,132,215); }

 H1.HeaderClassName
 {
   color: #8284D7;
 }
 .AnyTagClassName
 {
   color: #8284D7;
 }
</style>

background-color css

<style>
 a { background-color: #8284D7; }

 a { background-color: rgb(130,132,215); }

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

border-color css

<style>
 span { border-color: #8284D7; }

 span { border-color: rgb(130,132,215); }

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