Html Css Color HEX #7B6FAB Deluge

📋 copy color: '#7B6FAB'

red 123 ◦ green 111 ◦ blue 171

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

Shades of Deluge #7B6FAB

Tints of Deluge #7B6FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 30.37%
G = 27.41%
B = 42.22%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6FAB (or 0x7B6FAB) is known color: Deluge. HEX triplet: 7B, 6F and AB. RGB value is (123,111,171). Sum of RGB (Red+Green+Blue) = 123+111+171=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FAB is #849054. Grayscale: #797979. Windows color (decimal): -8687701 or 11235195. OLE color: 11235195.

HSL color Cylindrical-coordinate representation of color #7B6FAB: hue angle of 252º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B6FAB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 111 171 -
CMYK 0.28 0.35 0 0.33
HSL 252º 0.26% 0.55% -
HSV(B) 252º 0.35% 0.67% -
XYZ 21.2 18.52 40.99 -
YUV 121.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 123 111 171 0.28 0.35 0 0.33 252 0.26 0.55
Hex 7B 6F AB 1C 23 0 21 FC 1A 37
Octal 173 157 253 34 43 0 41 374 32 67
Binary 1111011 1101111 10101011 11100 100011 0 100001 11111100 11010 110111

Color Harmonies of #7B6FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FAB

Black with #7B6FAB

Text Example


Text Example

White with #7B6FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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