Html Css Color HEX #7B74A4 Deluge

📋 copy color: '#7B74A4'

red 123 ◦ green 116 ◦ blue 164

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

Shades of Deluge #7B74A4

Tints of Deluge #7B74A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 30.52%
G = 28.78%
B = 40.69%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7B74A4 (or 0x7B74A4) is known color: Deluge. HEX triplet: 7B, 74 and A4. RGB value is (123,116,164). Sum of RGB (Red+Green+Blue) = 123+116+164=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B74A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B74A4 is #848B5B. Grayscale: #7B7B7B. Windows color (decimal): -8686428 or 10777723. OLE color: 10777723.

HSL color Cylindrical-coordinate representation of color #7B74A4: hue angle of 248.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B74A4 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 116 164 -
CMYK 0.25 0.29 0 0.36
HSL 248.75º 0.21% 0.55% -
HSV(B) 248.75º 0.29% 0.64% -
XYZ 21.11 19.38 37.75 -
YUV 123.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 123 116 164 0.25 0.29 0 0.36 248.75 0.21 0.55
Hex 7B 74 A4 19 1D 0 24 F9 15 37
Octal 173 164 244 31 35 0 44 371 25 67
Binary 1111011 1110100 10100100 11001 11101 0 100100 11111001 10101 110111

Color Harmonies of #7B74A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B74A4

Black with #7B74A4

Text Example


Text Example

White with #7B74A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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