Html Css Color HEX #8075BC Moody Blue

📋 copy color: '#8075BC'

red 128 ◦ green 117 ◦ blue 188

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

Shades of Moody Blue #8075BC

Tints of Moody Blue #8075BC

RGB

 RED value IS 128 (50.39% from 255) = 29.56%

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

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

R = 29.56%
G = 27.02%
B = 43.42%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8075BC (or 0x8075BC) is known color: Moody Blue. HEX triplet: 80, 75 and BC. RGB value is (128,117,188). Sum of RGB (Red+Green+Blue) = 128+117+188=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #8075BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075BC is #7F8A43. Grayscale: #808080. Windows color (decimal): -8358468 or 12350848. OLE color: 12350848.

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

Color convert

RGB 128 117 188 -
CMYK 0.32 0.38 0 0.26
HSL 249.3º 0.35% 0.6% -
HSV(B) 249.3º 0.38% 0.74% -
XYZ 24.34 20.94 50.34 -
YUV 128.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 128 117 188 0.32 0.38 0 0.26 249.3 0.35 0.6
Hex 80 75 BC 20 26 0 1A F9 23 3C
Octal 200 165 274 40 46 0 32 371 43 74
Binary 10000000 1110101 10111100 100000 100110 0 11010 11111001 100011 111100

Color Harmonies of #8075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075BC

Black with #8075BC

Text Example


Text Example

White with #8075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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