Html Css Color HEX #8274BC Moody Blue

📋 copy color: '#8274BC'

red 130 ◦ green 116 ◦ blue 188

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

Shades of Moody Blue #8274BC

Tints of Moody Blue #8274BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 29.95%
G = 26.73%
B = 43.32%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8274BC (or 0x8274BC) is known color: Moody Blue. HEX triplet: 82, 74 and BC. RGB value is (130,116,188). Sum of RGB (Red+Green+Blue) = 130+116+188=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #8274BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274BC is #7D8B43. Grayscale: #808080. Windows color (decimal): -8227652 or 12350594. OLE color: 12350594.

HSL color Cylindrical-coordinate representation of color #8274BC: hue angle of 251.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8274BC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 116 188 -
CMYK 0.31 0.38 0 0.26
HSL 251.67º 0.35% 0.6% -
HSV(B) 251.67º 0.38% 0.74% -
XYZ 24.53 20.87 50.31 -
YUV 128.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 130 116 188 0.31 0.38 0 0.26 251.67 0.35 0.6
Hex 82 74 BC 1F 26 0 1A FC 23 3C
Octal 202 164 274 37 46 0 32 374 43 74
Binary 10000010 1110100 10111100 11111 100110 0 11010 11111100 100011 111100

Color Harmonies of #8274BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274BC

Black with #8274BC

Text Example


Text Example

White with #8274BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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