Html Css Color HEX #8274DA Moody Blue

📋 copy color: '#8274DA'

red 130 ◦ green 116 ◦ blue 218

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

Shades of Moody Blue #8274DA

Tints of Moody Blue #8274DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 28.02%
G = 25%
B = 46.98%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8274DA (or 0x8274DA) is known color: Moody Blue. HEX triplet: 82, 74 and DA. RGB value is (130,116,218). Sum of RGB (Red+Green+Blue) = 130+116+218=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #8274DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274DA is #7D8B25. Grayscale: #838383. Windows color (decimal): -8227622 or 14316674. OLE color: 14316674.

HSL color Cylindrical-coordinate representation of color #8274DA: hue angle of 248.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8274DA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 116 218 -
CMYK 0.40 0.47 0 0.15
HSL 248.24º 0.58% 0.65% -
HSV(B) 248.24º 0.47% 0.85% -
XYZ 28.11 22.3 69.15 -
YUV 131.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 130 116 218 0.40 0.47 0 0.15 248.24 0.58 0.65
Hex 82 74 DA 28 2F 0 F F8 3A 41
Octal 202 164 332 50 57 0 17 370 72 101
Binary 10000010 1110100 11011010 101000 101111 0 1111 11111000 111010 1000001

Color Harmonies of #8274DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274DA

Black with #8274DA

Text Example


Text Example

White with #8274DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8274DA; }

 p { color: rgb(130,116,218); }

 H1.HeaderClassName
 {
   color: #8274DA;
 }
 .AnyTagClassName
 {
   color: #8274DA;
 }
</style>

background-color css

<style>
 a { background-color: #8274DA; }

 a { background-color: rgb(130,116,218); }

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

border-color css

<style>
 span { border-color: #8274DA; }

 span { border-color: rgb(130,116,218); }

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