Html Css Color HEX #7B7A94 Deluge

📋 copy color: '#7B7A94'

red 123 ◦ green 122 ◦ blue 148

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

Shades of Deluge #7B7A94

Tints of Deluge #7B7A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 31.3%
G = 31.04%
B = 37.66%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B7A94 (or 0x7B7A94) is known color: Deluge. HEX triplet: 7B, 7A and 94. RGB value is (123,122,148). Sum of RGB (Red+Green+Blue) = 123+122+148=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B7A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A94 is #84856B. Grayscale: #7D7D7D. Windows color (decimal): -8684908 or 9730683. OLE color: 9730683.

HSL color Cylindrical-coordinate representation of color #7B7A94: hue angle of 242.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B7A94 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 122 148 -
CMYK 0.17 0.18 0 0.42
HSL 242.31º 0.11% 0.53% -
HSV(B) 242.31º 0.18% 0.58% -
XYZ 20.47 20.27 30.85 -
YUV 125.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 123 122 148 0.17 0.18 0 0.42 242.31 0.11 0.53
Hex 7B 7A 94 11 12 0 2A F2 B 35
Octal 173 172 224 21 22 0 52 362 13 65
Binary 1111011 1111010 10010100 10001 10010 0 101010 11110010 1011 110101

Color Harmonies of #7B7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A94

Black with #7B7A94

Text Example


Text Example

White with #7B7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,148); }

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

background-color css

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

 a { background-color: rgb(123,122,148); }

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

border-color css

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

 span { border-color: rgb(123,122,148); }

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