Html Css Color HEX #7C7B92 Deluge

📋 copy color: '#7C7B92'

red 124 ◦ green 123 ◦ blue 146

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

Shades of Deluge #7C7B92

Tints of Deluge #7C7B92

RGB

 RED value IS 124 (48.83% from 255) = 31.55%

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

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 31.55%
G = 31.3%
B = 37.15%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C7B92 (or 0x7C7B92) is known color: Deluge. HEX triplet: 7C, 7B and 92. RGB value is (124,123,146). Sum of RGB (Red+Green+Blue) = 124+123+146=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7B92 is #83846D. Grayscale: #7D7D7D. Windows color (decimal): -8619118 or 9599868. OLE color: 9599868.

HSL color Cylindrical-coordinate representation of color #7C7B92: hue angle of 242.61º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7B92 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 123 146 -
CMYK 0.15 0.16 0 0.43
HSL 242.61º 0.1% 0.53% -
HSV(B) 242.61º 0.16% 0.57% -
XYZ 20.58 20.53 30.07 -
YUV 125.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 124 123 146 0.15 0.16 0 0.43 242.61 0.1 0.53
Hex 7C 7B 92 F 10 0 2B F3 A 35
Octal 174 173 222 17 20 0 53 363 12 65
Binary 1111100 1111011 10010010 1111 10000 0 101011 11110011 1010 110101

Color Harmonies of #7C7B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B92

Black with #7C7B92

Text Example


Text Example

White with #7C7B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,123,146); }

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

background-color css

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

 a { background-color: rgb(124,123,146); }

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

border-color css

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

 span { border-color: rgb(124,123,146); }

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