Html Css Color HEX #827ACF Moody Blue

📋 copy color: '#827ACF'

red 130 ◦ green 122 ◦ blue 207

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

Shades of Moody Blue #827ACF

Tints of Moody Blue #827ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.58%

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

R = 28.32%
G = 26.58%
B = 45.1%

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

#827ACF (or 0x827ACF) is known color: Moody Blue. HEX triplet: 82, 7A and CF. RGB value is (130,122,207). Sum of RGB (Red+Green+Blue) = 130+122+207=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #827ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ACF is #7D8530. Grayscale: #858585. Windows color (decimal): -8226097 or 13597314. OLE color: 13597314.

HSL color Cylindrical-coordinate representation of color #827ACF: hue angle of 245.65º 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 #827ACF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 122 207 -
CMYK 0.37 0.41 0 0.19
HSL 245.65º 0.47% 0.65% -
HSV(B) 245.65º 0.41% 0.81% -
XYZ 27.43 23.17 62.06 -
YUV 134.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 130 122 207 0.37 0.41 0 0.19 245.65 0.47 0.65
Hex 82 7A CF 25 29 0 13 F6 2F 41
Octal 202 172 317 45 51 0 23 366 57 101
Binary 10000010 1111010 11001111 100101 101001 0 10011 11110110 101111 1000001

Color Harmonies of #827ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ACF

Black with #827ACF

Text Example


Text Example

White with #827ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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