Html Css Color HEX #827BCF Moody Blue

📋 copy color: '#827BCF'

red 130 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #827BCF

Tints of Moody Blue #827BCF

RGB

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

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

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

R = 28.26%
G = 26.74%
B = 45%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#827BCF (or 0x827BCF) is known color: Moody Blue. HEX triplet: 82, 7B and CF. RGB value is (130,123,207). Sum of RGB (Red+Green+Blue) = 130+123+207=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #827BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCF is #7D8430. Grayscale: #868686. Windows color (decimal): -8225841 or 13597570. OLE color: 13597570.

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

Color convert

RGB 130 123 207 -
CMYK 0.37 0.41 0 0.19
HSL 245º 0.47% 0.65% -
HSV(B) 245º 0.41% 0.81% -
XYZ 27.55 23.42 62.1 -
YUV 134.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 130 123 207 0.37 0.41 0 0.19 245 0.47 0.65
Hex 82 7B CF 25 29 0 13 F5 2F 41
Octal 202 173 317 45 51 0 23 365 57 101
Binary 10000010 1111011 11001111 100101 101001 0 10011 11110101 101111 1000001

Color Harmonies of #827BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BCF

Black with #827BCF

Text Example


Text Example

White with #827BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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