Html Css Color HEX #8275BC Moody Blue

📋 copy color: '#8275BC'

red 130 ◦ green 117 ◦ blue 188

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

Shades of Moody Blue #8275BC

Tints of Moody Blue #8275BC

RGB

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

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

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

R = 29.89%
G = 26.9%
B = 43.22%

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

#8275BC (or 0x8275BC) is known color: Moody Blue. HEX triplet: 82, 75 and BC. RGB value is (130,117,188). Sum of RGB (Red+Green+Blue) = 130+117+188=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8275BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275BC is #7D8A43. Grayscale: #808080. Windows color (decimal): -8227396 or 12350850. OLE color: 12350850.

HSL color Cylindrical-coordinate representation of color #8275BC: hue angle of 250.99º 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 #8275BC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 117 188 -
CMYK 0.31 0.38 0 0.26
HSL 250.99º 0.35% 0.6% -
HSV(B) 250.99º 0.38% 0.74% -
XYZ 24.64 21.1 50.35 -
YUV 128.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 130 117 188 0.31 0.38 0 0.26 250.99 0.35 0.6
Hex 82 75 BC 1F 26 0 1A FB 23 3C
Octal 202 165 274 37 46 0 32 373 43 74
Binary 10000010 1110101 10111100 11111 100110 0 11010 11111011 100011 111100

Color Harmonies of #8275BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275BC

Black with #8275BC

Text Example


Text Example

White with #8275BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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