Html Css Color HEX #827DCF Moody Blue

📋 copy color: '#827DCF'

red 130 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #827DCF

Tints of Moody Blue #827DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 28.14%
G = 27.06%
B = 44.81%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#827DCF (or 0x827DCF) is known color: Moody Blue. HEX triplet: 82, 7D and CF. RGB value is (130,125,207). Sum of RGB (Red+Green+Blue) = 130+125+207=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #827DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DCF is #7D8230. Grayscale: #878787. Windows color (decimal): -8225329 or 13598082. OLE color: 13598082.

HSL color Cylindrical-coordinate representation of color #827DCF: hue angle of 243.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827DCF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 125 207 -
CMYK 0.37 0.40 0 0.19
HSL 243.66º 0.46% 0.65% -
HSV(B) 243.66º 0.4% 0.81% -
XYZ 27.8 23.92 62.18 -
YUV 135.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 130 125 207 0.37 0.40 0 0.19 243.66 0.46 0.65
Hex 82 7D CF 25 28 0 13 F4 2E 41
Octal 202 175 317 45 50 0 23 364 56 101
Binary 10000010 1111101 11001111 100101 101000 0 10011 11110100 101110 1000001

Color Harmonies of #827DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DCF

Black with #827DCF

Text Example


Text Example

White with #827DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,207); }

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

background-color css

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

 a { background-color: rgb(130,125,207); }

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

border-color css

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

 span { border-color: rgb(130,125,207); }

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