Html Css Color HEX #807BBA Moody Blue

📋 copy color: '#807BBA'

red 128 ◦ green 123 ◦ blue 186

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

Shades of Moody Blue #807BBA

Tints of Moody Blue #807BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 29.29%
G = 28.15%
B = 42.56%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#807BBA (or 0x807BBA) is known color: Moody Blue. HEX triplet: 80, 7B and BA. RGB value is (128,123,186). Sum of RGB (Red+Green+Blue) = 128+123+186=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #807BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBA is #7F8445. Grayscale: #838383. Windows color (decimal): -8356934 or 12221312. OLE color: 12221312.

HSL color Cylindrical-coordinate representation of color #807BBA: hue angle of 244.76º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807BBA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 123 186 -
CMYK 0.31 0.34 0 0.27
HSL 244.76º 0.31% 0.61% -
HSV(B) 244.76º 0.34% 0.73% -
XYZ 24.85 22.3 49.45 -
YUV 131.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 128 123 186 0.31 0.34 0 0.27 244.76 0.31 0.61
Hex 80 7B BA 1F 22 0 1B F5 1F 3D
Octal 200 173 272 37 42 0 33 365 37 75
Binary 10000000 1111011 10111010 11111 100010 0 11011 11110101 11111 111101

Color Harmonies of #807BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BBA

Black with #807BBA

Text Example


Text Example

White with #807BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807BBA; }

 p { color: rgb(128,123,186); }

 H1.HeaderClassName
 {
   color: #807BBA;
 }
 .AnyTagClassName
 {
   color: #807BBA;
 }
</style>

background-color css

<style>
 a { background-color: #807BBA; }

 a { background-color: rgb(128,123,186); }

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

border-color css

<style>
 span { border-color: #807BBA; }

 span { border-color: rgb(128,123,186); }

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