Html Css Color HEX #827FAA Deluge

📋 copy color: '#827FAA'

red 130 ◦ green 127 ◦ blue 170

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

Shades of Deluge #827FAA

Tints of Deluge #827FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 30.44%
G = 29.74%
B = 39.81%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#827FAA (or 0x827FAA) is known color: Deluge. HEX triplet: 82, 7F and AA. RGB value is (130,127,170). Sum of RGB (Red+Green+Blue) = 130+127+170=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #827FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAA is #7D8055. Grayscale: #848484. Windows color (decimal): -8224854 or 11173762. OLE color: 11173762.

HSL color Cylindrical-coordinate representation of color #827FAA: hue angle of 244.19º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827FAA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 127 170 -
CMYK 0.24 0.25 0 0.33
HSL 244.19º 0.2% 0.58% -
HSV(B) 244.19º 0.25% 0.67% -
XYZ 24.05 22.83 41.17 -
YUV 132.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 130 127 170 0.24 0.25 0 0.33 244.19 0.2 0.58
Hex 82 7F AA 18 19 0 21 F4 14 3A
Octal 202 177 252 30 31 0 41 364 24 72
Binary 10000010 1111111 10101010 11000 11001 0 100001 11110100 10100 111010

Color Harmonies of #827FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FAA

Black with #827FAA

Text Example


Text Example

White with #827FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,170); }

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

background-color css

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

 a { background-color: rgb(130,127,170); }

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

border-color css

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

 span { border-color: rgb(130,127,170); }

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