Html Css Color HEX #827BBC Moody Blue

📋 copy color: '#827BBC'

red 130 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #827BBC

Tints of Moody Blue #827BBC

RGB

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

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

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

R = 29.48%
G = 27.89%
B = 42.63%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#827BBC (or 0x827BBC) is known color: Moody Blue. HEX triplet: 82, 7B and BC. RGB value is (130,123,188). Sum of RGB (Red+Green+Blue) = 130+123+188=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #827BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBC is #7D8443. Grayscale: #848484. Windows color (decimal): -8225860 or 12352386. OLE color: 12352386.

HSL color Cylindrical-coordinate representation of color #827BBC: hue angle of 246.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827BBC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 123 188 -
CMYK 0.31 0.35 0 0.26
HSL 246.46º 0.33% 0.61% -
HSV(B) 246.46º 0.35% 0.74% -
XYZ 25.37 22.54 50.59 -
YUV 132.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 130 123 188 0.31 0.35 0 0.26 246.46 0.33 0.61
Hex 82 7B BC 1F 23 0 1A F6 21 3D
Octal 202 173 274 37 43 0 32 366 41 75
Binary 10000010 1111011 10111100 11111 100011 0 11010 11110110 100001 111101

Color Harmonies of #827BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BBC

Black with #827BBC

Text Example


Text Example

White with #827BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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