Html Css Color HEX #827FB0 Moody Blue

📋 copy color: '#827FB0'

red 130 ◦ green 127 ◦ blue 176

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

Shades of Moody Blue #827FB0

Tints of Moody Blue #827FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 30.02%
G = 29.33%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827FB0 (or 0x827FB0) is known color: Moody Blue. HEX triplet: 82, 7F and B0. RGB value is (130,127,176). Sum of RGB (Red+Green+Blue) = 130+127+176=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #827FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FB0 is #7D804F. Grayscale: #858585. Windows color (decimal): -8224848 or 11566978. OLE color: 11566978.

HSL color Cylindrical-coordinate representation of color #827FB0: hue angle of 243.67º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827FB0 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 127 176 -
CMYK 0.26 0.28 0 0.31
HSL 243.67º 0.24% 0.59% -
HSV(B) 243.67º 0.28% 0.69% -
XYZ 24.63 23.06 44.23 -
YUV 133.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 130 127 176 0.26 0.28 0 0.31 243.67 0.24 0.59
Hex 82 7F B0 1A 1C 0 1F F4 18 3B
Octal 202 177 260 32 34 0 37 364 30 73
Binary 10000010 1111111 10110000 11010 11100 0 11111 11110100 11000 111011

Color Harmonies of #827FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FB0

Black with #827FB0

Text Example


Text Example

White with #827FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827FB0; }

 p { color: rgb(130,127,176); }

 H1.HeaderClassName
 {
   color: #827FB0;
 }
 .AnyTagClassName
 {
   color: #827FB0;
 }
</style>

background-color css

<style>
 a { background-color: #827FB0; }

 a { background-color: rgb(130,127,176); }

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

border-color css

<style>
 span { border-color: #827FB0; }

 span { border-color: rgb(130,127,176); }

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