Html Css Color HEX #7D67A9 Deluge

📋 copy color: '#7D67A9'

red 125 ◦ green 103 ◦ blue 169

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

Shades of Deluge #7D67A9

Tints of Deluge #7D67A9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

 BLUE value IS 169 (66.41% from 255) = 42.57%

R = 31.49%
G = 25.94%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7D67A9 (or 0x7D67A9) is known color: Deluge. HEX triplet: 7D, 67 and A9. RGB value is (125,103,169). Sum of RGB (Red+Green+Blue) = 125+103+169=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D67A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67A9 is #829856. Grayscale: #747474. Windows color (decimal): -8558679 or 11102077. OLE color: 11102077.

HSL color Cylindrical-coordinate representation of color #7D67A9: hue angle of 260º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D67A9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 103 169 -
CMYK 0.26 0.39 0 0.34
HSL 260º 0.28% 0.53% -
HSV(B) 260º 0.39% 0.66% -
XYZ 20.47 16.93 39.72 -
YUV 117.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 125 103 169 0.26 0.39 0 0.34 260 0.28 0.53
Hex 7D 67 A9 1A 27 0 22 104 1C 35
Octal 175 147 251 32 47 0 42 404 34 65
Binary 1111101 1100111 10101001 11010 100111 0 100010 100000100 11100 110101

Color Harmonies of #7D67A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67A9

Black with #7D67A9

Text Example


Text Example

White with #7D67A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,169); }

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

background-color css

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

 a { background-color: rgb(125,103,169); }

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

border-color css

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

 span { border-color: rgb(125,103,169); }

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