Html Css Color HEX #7B74A5 Deluge

📋 copy color: '#7B74A5'

red 123 ◦ green 116 ◦ blue 165

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

Shades of Deluge #7B74A5

Tints of Deluge #7B74A5

RGB

 RED value IS 123 (48.44% from 255) = 30.45%

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 30.45%
G = 28.71%
B = 40.84%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B74A5 (or 0x7B74A5) is known color: Deluge. HEX triplet: 7B, 74 and A5. RGB value is (123,116,165). Sum of RGB (Red+Green+Blue) = 123+116+165=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B74A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B74A5 is #848B5A. Grayscale: #7B7B7B. Windows color (decimal): -8686427 or 10843259. OLE color: 10843259.

HSL color Cylindrical-coordinate representation of color #7B74A5: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B74A5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 116 165 -
CMYK 0.25 0.30 0 0.35
HSL 248.57º 0.21% 0.55% -
HSV(B) 248.57º 0.3% 0.65% -
XYZ 21.21 19.42 38.23 -
YUV 123.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 123 116 165 0.25 0.30 0 0.35 248.57 0.21 0.55
Hex 7B 74 A5 19 1E 0 23 F9 15 37
Octal 173 164 245 31 36 0 43 371 25 67
Binary 1111011 1110100 10100101 11001 11110 0 100011 11111001 10101 110111

Color Harmonies of #7B74A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74A5

Black with #7B74A5

Text Example


Text Example

White with #7B74A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,165); }

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

background-color css

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

 a { background-color: rgb(123,116,165); }

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

border-color css

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

 span { border-color: rgb(123,116,165); }

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