Html Css Color HEX #8274DB Moody Blue

📋 copy color: '#8274DB'

red 130 ◦ green 116 ◦ blue 219

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

Shades of Moody Blue #8274DB

Tints of Moody Blue #8274DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 27.96%
G = 24.95%
B = 47.1%

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

#8274DB (or 0x8274DB) is known color: Moody Blue. HEX triplet: 82, 74 and DB. RGB value is (130,116,219). Sum of RGB (Red+Green+Blue) = 130+116+219=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8274DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274DB is #7D8B24. Grayscale: #838383. Windows color (decimal): -8227621 or 14382210. OLE color: 14382210.

HSL color Cylindrical-coordinate representation of color #8274DB: hue angle of 248.16º degrees, saturation: 0.59, 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 #8274DB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 116 219 -
CMYK 0.41 0.47 0 0.14
HSL 248.16º 0.59% 0.66% -
HSV(B) 248.16º 0.47% 0.86% -
XYZ 28.24 22.35 69.84 -
YUV 131.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 130 116 219 0.41 0.47 0 0.14 248.16 0.59 0.66
Hex 82 74 DB 29 2F 0 E F8 3B 42
Octal 202 164 333 51 57 0 16 370 73 102
Binary 10000010 1110100 11011011 101001 101111 0 1110 11111000 111011 1000010

Color Harmonies of #8274DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274DB

Black with #8274DB

Text Example


Text Example

White with #8274DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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