Html Css Color HEX #827CBC Moody Blue

📋 copy color: '#827CBC'

red 130 ◦ green 124 ◦ blue 188

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

Shades of Moody Blue #827CBC

Tints of Moody Blue #827CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

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

R = 29.41%
G = 28.05%
B = 42.53%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#827CBC (or 0x827CBC) is known color: Moody Blue. HEX triplet: 82, 7C and BC. RGB value is (130,124,188). Sum of RGB (Red+Green+Blue) = 130+124+188=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #827CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CBC is #7D8343. Grayscale: #848484. Windows color (decimal): -8225604 or 12352642. OLE color: 12352642.

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

Color convert

RGB 130 124 188 -
CMYK 0.31 0.34 0 0.26
HSL 245.63º 0.32% 0.61% -
HSV(B) 245.63º 0.34% 0.74% -
XYZ 25.49 22.79 50.63 -
YUV 133.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 130 124 188 0.31 0.34 0 0.26 245.63 0.32 0.61
Hex 82 7C BC 1F 22 0 1A F6 20 3D
Octal 202 174 274 37 42 0 32 366 40 75
Binary 10000010 1111100 10111100 11111 100010 0 11010 11110110 100000 111101

Color Harmonies of #827CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CBC

Black with #827CBC

Text Example


Text Example

White with #827CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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