Html Css Color HEX #7B739F Deluge

📋 copy color: '#7B739F'

red 123 ◦ green 115 ◦ blue 159

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

Shades of Deluge #7B739F

Tints of Deluge #7B739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 30.98%
G = 28.97%
B = 40.05%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B739F (or 0x7B739F) is known color: Deluge. HEX triplet: 7B, 73 and 9F. RGB value is (123,115,159). Sum of RGB (Red+Green+Blue) = 123+115+159=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B739F is #848C60. Grayscale: #7A7A7A. Windows color (decimal): -8686689 or 10449787. OLE color: 10449787.

HSL color Cylindrical-coordinate representation of color #7B739F: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B739F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 115 159 -
CMYK 0.23 0.28 0 0.38
HSL 250.91º 0.19% 0.54% -
HSV(B) 250.91º 0.28% 0.62% -
XYZ 20.56 18.98 35.38 -
YUV 122.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 123 115 159 0.23 0.28 0 0.38 250.91 0.19 0.54
Hex 7B 73 9F 17 1C 0 26 FB 13 36
Octal 173 163 237 27 34 0 46 373 23 66
Binary 1111011 1110011 10011111 10111 11100 0 100110 11111011 10011 110110

Color Harmonies of #7B739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B739F

Black with #7B739F

Text Example


Text Example

White with #7B739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,159); }

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

background-color css

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

 a { background-color: rgb(123,115,159); }

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

border-color css

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

 span { border-color: rgb(123,115,159); }

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