Html Css Color HEX #8277B3 Deluge

📋 copy color: '#8277B3'

red 130 ◦ green 119 ◦ blue 179

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

Shades of Deluge #8277B3

Tints of Deluge #8277B3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.8%

 BLUE value IS 179 (70.31% from 255) = 41.82%

R = 30.37%
G = 27.8%
B = 41.82%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8277B3 (or 0x8277B3) is known color: Deluge. HEX triplet: 82, 77 and B3. RGB value is (130,119,179). Sum of RGB (Red+Green+Blue) = 130+119+179=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #8277B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277B3 is #7D884C. Grayscale: #808080. Windows color (decimal): -8226893 or 11761538. OLE color: 11761538.

HSL color Cylindrical-coordinate representation of color #8277B3: hue angle of 251º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8277B3 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 119 179 -
CMYK 0.27 0.34 0 0.30
HSL 251º 0.28% 0.58% -
HSV(B) 251º 0.34% 0.7% -
XYZ 23.94 21.19 45.48 -
YUV 129.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 130 119 179 0.27 0.34 0 0.30 251 0.28 0.58
Hex 82 77 B3 1B 22 0 1E FB 1C 3A
Octal 202 167 263 33 42 0 36 373 34 72
Binary 10000010 1110111 10110011 11011 100010 0 11110 11111011 11100 111010

Color Harmonies of #8277B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277B3

Black with #8277B3

Text Example


Text Example

White with #8277B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8277B3; }

 p { color: rgb(130,119,179); }

 H1.HeaderClassName
 {
   color: #8277B3;
 }
 .AnyTagClassName
 {
   color: #8277B3;
 }
</style>

background-color css

<style>
 a { background-color: #8277B3; }

 a { background-color: rgb(130,119,179); }

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

border-color css

<style>
 span { border-color: #8277B3; }

 span { border-color: rgb(130,119,179); }

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