Html Css Color HEX #7F65AB Deluge

📋 copy color: '#7F65AB'

red 127 ◦ green 101 ◦ blue 171

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

Shades of Deluge #7F65AB

Tints of Deluge #7F65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 31.83%
G = 25.31%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F65AB (or 0x7F65AB) is known color: Deluge. HEX triplet: 7F, 65 and AB. RGB value is (127,101,171). Sum of RGB (Red+Green+Blue) = 127+101+171=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F65AB is #809A54. Grayscale: #747474. Windows color (decimal): -8428117 or 11232639. OLE color: 11232639.

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

Color convert

RGB 127 101 171 -
CMYK 0.26 0.41 0 0.33
HSL 262.29º 0.29% 0.53% -
HSV(B) 262.29º 0.41% 0.67% -
XYZ 20.76 16.76 40.67 -
YUV 116.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 127 101 171 0.26 0.41 0 0.33 262.29 0.29 0.53
Hex 7F 65 AB 1A 29 0 21 106 1D 35
Octal 177 145 253 32 51 0 41 406 35 65
Binary 1111111 1100101 10101011 11010 101001 0 100001 100000110 11101 110101

Color Harmonies of #7F65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65AB

Black with #7F65AB

Text Example


Text Example

White with #7F65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,171); }

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

background-color css

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

 a { background-color: rgb(127,101,171); }

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

border-color css

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

 span { border-color: rgb(127,101,171); }

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