Html Css Color HEX #8075AF Deluge

📋 copy color: '#8075AF'

red 128 ◦ green 117 ◦ blue 175

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

Shades of Deluge #8075AF

Tints of Deluge #8075AF

RGB

 RED value IS 128 (50.39% from 255) = 30.48%

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 30.48%
G = 27.86%
B = 41.67%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8075AF (or 0x8075AF) is known color: Deluge. HEX triplet: 80, 75 and AF. RGB value is (128,117,175). Sum of RGB (Red+Green+Blue) = 128+117+175=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AF is #7F8A50. Grayscale: #7E7E7E. Windows color (decimal): -8358481 or 11498880. OLE color: 11498880.

HSL color Cylindrical-coordinate representation of color #8075AF: hue angle of 251.38º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8075AF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 117 175 -
CMYK 0.27 0.33 0 0.31
HSL 251.38º 0.27% 0.57% -
HSV(B) 251.38º 0.33% 0.69% -
XYZ 23 20.41 43.28 -
YUV 126.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 128 117 175 0.27 0.33 0 0.31 251.38 0.27 0.57
Hex 80 75 AF 1B 21 0 1F FB 1B 39
Octal 200 165 257 33 41 0 37 373 33 71
Binary 10000000 1110101 10101111 11011 100001 0 11111 11111011 11011 111001

Color Harmonies of #8075AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075AF

Black with #8075AF

Text Example


Text Example

White with #8075AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8075AF; }

 p { color: rgb(128,117,175); }

 H1.HeaderClassName
 {
   color: #8075AF;
 }
 .AnyTagClassName
 {
   color: #8075AF;
 }
</style>

background-color css

<style>
 a { background-color: #8075AF; }

 a { background-color: rgb(128,117,175); }

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

border-color css

<style>
 span { border-color: #8075AF; }

 span { border-color: rgb(128,117,175); }

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