Html Css Color HEX #827BBE Moody Blue

📋 copy color: '#827BBE'

red 130 ◦ green 123 ◦ blue 190

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

Shades of Moody Blue #827BBE

Tints of Moody Blue #827BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 29.35%
G = 27.77%
B = 42.89%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#827BBE (or 0x827BBE) is known color: Moody Blue. HEX triplet: 82, 7B and BE. RGB value is (130,123,190). Sum of RGB (Red+Green+Blue) = 130+123+190=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #827BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBE is #7D8441. Grayscale: #848484. Windows color (decimal): -8225858 or 12483458. OLE color: 12483458.

HSL color Cylindrical-coordinate representation of color #827BBE: hue angle of 246.27º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827BBE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 123 190 -
CMYK 0.32 0.35 0 0.25
HSL 246.27º 0.34% 0.61% -
HSV(B) 246.27º 0.35% 0.75% -
XYZ 25.58 22.63 51.73 -
YUV 132.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 130 123 190 0.32 0.35 0 0.25 246.27 0.34 0.61
Hex 82 7B BE 20 23 0 19 F6 22 3D
Octal 202 173 276 40 43 0 31 366 42 75
Binary 10000010 1111011 10111110 100000 100011 0 11001 11110110 100010 111101

Color Harmonies of #827BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BBE

Black with #827BBE

Text Example


Text Example

White with #827BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,190); }

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

background-color css

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

 a { background-color: rgb(130,123,190); }

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

border-color css

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

 span { border-color: rgb(130,123,190); }

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