Html Css Color HEX #7D65AB Deluge

📋 copy color: '#7D65AB'

red 125 ◦ green 101 ◦ blue 171

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

Shades of Deluge #7D65AB

Tints of Deluge #7D65AB

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

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

R = 31.49%
G = 25.44%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D65AB (or 0x7D65AB) is known color: Deluge. HEX triplet: 7D, 65 and AB. RGB value is (125,101,171). Sum of RGB (Red+Green+Blue) = 125+101+171=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D65AB is #829A54. Grayscale: #737373. Windows color (decimal): -8559189 or 11232637. OLE color: 11232637.

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

Color convert

RGB 125 101 171 -
CMYK 0.27 0.41 0 0.33
HSL 260.57º 0.29% 0.53% -
HSV(B) 260.57º 0.41% 0.67% -
XYZ 20.46 16.61 40.66 -
YUV 116.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 125 101 171 0.27 0.41 0 0.33 260.57 0.29 0.53
Hex 7D 65 AB 1B 29 0 21 105 1D 35
Octal 175 145 253 33 51 0 41 405 35 65
Binary 1111101 1100101 10101011 11011 101001 0 100001 100000101 11101 110101

Color Harmonies of #7D65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D65AB

Black with #7D65AB

Text Example


Text Example

White with #7D65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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