Html Css Color HEX #7F75AF Deluge

📋 copy color: '#7F75AF'

red 127 ◦ green 117 ◦ blue 175

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

Shades of Deluge #7F75AF

Tints of Deluge #7F75AF

RGB

 RED value IS 127 (50% from 255) = 30.31%

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

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

R = 30.31%
G = 27.92%
B = 41.77%

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

#7F75AF (or 0x7F75AF) is known color: Deluge. HEX triplet: 7F, 75 and AF. RGB value is (127,117,175). Sum of RGB (Red+Green+Blue) = 127+117+175=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F75AF is #808A50. Grayscale: #7E7E7E. Windows color (decimal): -8424017 or 11498879. OLE color: 11498879.

HSL color Cylindrical-coordinate representation of color #7F75AF: hue angle of 250.34º 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 #7F75AF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 117 175 -
CMYK 0.27 0.33 0 0.31
HSL 250.34º 0.27% 0.57% -
HSV(B) 250.34º 0.33% 0.69% -
XYZ 22.85 20.33 43.28 -
YUV 126.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 127 117 175 0.27 0.33 0 0.31 250.34 0.27 0.57
Hex 7F 75 AF 1B 21 0 1F FA 1B 39
Octal 177 165 257 33 41 0 37 372 33 71
Binary 1111111 1110101 10101111 11011 100001 0 11111 11111010 11011 111001

Color Harmonies of #7F75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F75AF

Black with #7F75AF

Text Example


Text Example

White with #7F75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F75AF; }

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

 H1.HeaderClassName
 {
   color: #7F75AF;
 }
 .AnyTagClassName
 {
   color: #7F75AF;
 }
</style>

background-color css

<style>
 a { background-color: #7F75AF; }

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

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

border-color css

<style>
 span { border-color: #7F75AF; }

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

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