Html Css Color HEX #7C7B95 Deluge

📋 copy color: '#7C7B95'

red 124 ◦ green 123 ◦ blue 149

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

Shades of Deluge #7C7B95

Tints of Deluge #7C7B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 31.31%
G = 31.06%
B = 37.63%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C7B95 (or 0x7C7B95) is known color: Deluge. HEX triplet: 7C, 7B and 95. RGB value is (124,123,149). Sum of RGB (Red+Green+Blue) = 124+123+149=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C7B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7B95 is #83846A. Grayscale: #7E7E7E. Windows color (decimal): -8619115 or 9796476. OLE color: 9796476.

HSL color Cylindrical-coordinate representation of color #7C7B95: 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.17%. Process color model (Four color, CMYK) of #7C7B95 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 123 149 -
CMYK 0.17 0.17 0 0.42
HSL 242.31º 0.11% 0.53% -
HSV(B) 242.31º 0.17% 0.58% -
XYZ 20.82 20.62 31.32 -
YUV 126.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 124 123 149 0.17 0.17 0 0.42 242.31 0.11 0.53
Hex 7C 7B 95 11 11 0 2A F2 B 35
Octal 174 173 225 21 21 0 52 362 13 65
Binary 1111100 1111011 10010101 10001 10001 0 101010 11110010 1011 110101

Color Harmonies of #7C7B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7B95

Black with #7C7B95

Text Example


Text Example

White with #7C7B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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