Html Css Color HEX #7B6F9B Deluge

📋 copy color: '#7B6F9B'

red 123 ◦ green 111 ◦ blue 155

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

Shades of Deluge #7B6F9B

Tints of Deluge #7B6F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 31.62%
G = 28.53%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B6F9B (or 0x7B6F9B) is known color: Deluge. HEX triplet: 7B, 6F and 9B. RGB value is (123,111,155). Sum of RGB (Red+Green+Blue) = 123+111+155=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B6F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6F9B is #849064. Grayscale: #777777. Windows color (decimal): -8687717 or 10186619. OLE color: 10186619.

HSL color Cylindrical-coordinate representation of color #7B6F9B: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6F9B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 111 155 -
CMYK 0.21 0.28 0 0.39
HSL 256.36º 0.18% 0.52% -
HSV(B) 256.36º 0.28% 0.61% -
XYZ 19.77 17.95 33.43 -
YUV 119.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 123 111 155 0.21 0.28 0 0.39 256.36 0.18 0.52
Hex 7B 6F 9B 15 1C 0 27 100 12 34
Octal 173 157 233 25 34 0 47 400 22 64
Binary 1111011 1101111 10011011 10101 11100 0 100111 100000000 10010 110100

Color Harmonies of #7B6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6F9B

Black with #7B6F9B

Text Example


Text Example

White with #7B6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,155); }

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

background-color css

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

 a { background-color: rgb(123,111,155); }

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

border-color css

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

 span { border-color: rgb(123,111,155); }

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