Html Css Color HEX #827AB0 Deluge

📋 copy color: '#827AB0'

red 130 ◦ green 122 ◦ blue 176

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

Shades of Deluge #827AB0

Tints of Deluge #827AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.12%

R = 30.37%
G = 28.5%
B = 41.12%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827AB0 (or 0x827AB0) is known color: Deluge. HEX triplet: 82, 7A and B0. RGB value is (130,122,176). Sum of RGB (Red+Green+Blue) = 130+122+176=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #827AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827AB0 is #7D854F. Grayscale: #828282. Windows color (decimal): -8226128 or 11565698. OLE color: 11565698.

HSL color Cylindrical-coordinate representation of color #827AB0: hue angle of 248.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #827AB0 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 122 176 -
CMYK 0.26 0.31 0 0.31
HSL 248.89º 0.25% 0.58% -
HSV(B) 248.89º 0.31% 0.69% -
XYZ 24 21.8 44.02 -
YUV 130.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 130 122 176 0.26 0.31 0 0.31 248.89 0.25 0.58
Hex 82 7A B0 1A 1F 0 1F F9 19 3A
Octal 202 172 260 32 37 0 37 371 31 72
Binary 10000010 1111010 10110000 11010 11111 0 11111 11111001 11001 111010

Color Harmonies of #827AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AB0

Black with #827AB0

Text Example


Text Example

White with #827AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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