Html Css Color HEX #827CB0 Deluge

📋 copy color: '#827CB0'

red 130 ◦ green 124 ◦ blue 176

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

Shades of Deluge #827CB0

Tints of Deluge #827CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 30.23%
G = 28.84%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827CB0 (or 0x827CB0) is known color: Deluge. HEX triplet: 82, 7C and B0. RGB value is (130,124,176). Sum of RGB (Red+Green+Blue) = 130+124+176=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #827CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827CB0 is #7D834F. Grayscale: #838383. Windows color (decimal): -8225616 or 11566210. OLE color: 11566210.

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

Color convert

RGB 130 124 176 -
CMYK 0.26 0.30 0 0.31
HSL 246.92º 0.25% 0.59% -
HSV(B) 246.92º 0.3% 0.69% -
XYZ 24.25 22.3 44.1 -
YUV 131.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 130 124 176 0.26 0.30 0 0.31 246.92 0.25 0.59
Hex 82 7C B0 1A 1E 0 1F F7 19 3B
Octal 202 174 260 32 36 0 37 367 31 73
Binary 10000010 1111100 10110000 11010 11110 0 11111 11110111 11001 111011

Color Harmonies of #827CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CB0

Black with #827CB0

Text Example


Text Example

White with #827CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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