Html Css Color HEX #7F7DAC Deluge

📋 copy color: '#7F7DAC'

red 127 ◦ green 125 ◦ blue 172

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

Shades of Deluge #7F7DAC

Tints of Deluge #7F7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 29.95%
G = 29.48%
B = 40.57%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7DAC (or 0x7F7DAC) is known color: Deluge. HEX triplet: 7F, 7D and AC. RGB value is (127,125,172). Sum of RGB (Red+Green+Blue) = 127+125+172=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7DAC is #808253. Grayscale: #828282. Windows color (decimal): -8421972 or 11304319. OLE color: 11304319.

HSL color Cylindrical-coordinate representation of color #7F7DAC: hue angle of 242.55º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7DAC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 125 172 -
CMYK 0.26 0.27 0 0.33
HSL 242.55º 0.22% 0.58% -
HSV(B) 242.55º 0.27% 0.67% -
XYZ 23.53 22.16 42.07 -
YUV 130.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 127 125 172 0.26 0.27 0 0.33 242.55 0.22 0.58
Hex 7F 7D AC 1A 1B 0 21 F3 16 3A
Octal 177 175 254 32 33 0 41 363 26 72
Binary 1111111 1111101 10101100 11010 11011 0 100001 11110011 10110 111010

Color Harmonies of #7F7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7DAC

Black with #7F7DAC

Text Example


Text Example

White with #7F7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,125,172); }

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

background-color css

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

 a { background-color: rgb(127,125,172); }

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

border-color css

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

 span { border-color: rgb(127,125,172); }

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