Html Css Color HEX #827FBB Moody Blue

📋 copy color: '#827FBB'

red 130 ◦ green 127 ◦ blue 187

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

Shades of Moody Blue #827FBB

Tints of Moody Blue #827FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 29.28%
G = 28.6%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#827FBB (or 0x827FBB) is known color: Moody Blue. HEX triplet: 82, 7F and BB. RGB value is (130,127,187). Sum of RGB (Red+Green+Blue) = 130+127+187=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #827FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FBB is #7D8044. Grayscale: #868686. Windows color (decimal): -8224837 or 12287874. OLE color: 12287874.

HSL color Cylindrical-coordinate representation of color #827FBB: hue angle of 243º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827FBB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 127 187 -
CMYK 0.30 0.32 0 0.27
HSL 243º 0.31% 0.62% -
HSV(B) 243º 0.32% 0.73% -
XYZ 25.76 23.51 50.19 -
YUV 134.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 130 127 187 0.30 0.32 0 0.27 243 0.31 0.62
Hex 82 7F BB 1E 20 0 1B F3 1F 3E
Octal 202 177 273 36 40 0 33 363 37 76
Binary 10000010 1111111 10111011 11110 100000 0 11011 11110011 11111 111110

Color Harmonies of #827FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FBB

Black with #827FBB

Text Example


Text Example

White with #827FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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