Html Css Color HEX #7B6FAA Deluge

📋 copy color: '#7B6FAA'

red 123 ◦ green 111 ◦ blue 170

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

Shades of Deluge #7B6FAA

Tints of Deluge #7B6FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 30.45%
G = 27.48%
B = 42.08%

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

#7B6FAA (or 0x7B6FAA) is known color: Deluge. HEX triplet: 7B, 6F and AA. RGB value is (123,111,170). Sum of RGB (Red+Green+Blue) = 123+111+170=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FAA is #849055. Grayscale: #797979. Windows color (decimal): -8687702 or 11169659. OLE color: 11169659.

HSL color Cylindrical-coordinate representation of color #7B6FAA: hue angle of 252.2º 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 #7B6FAA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 111 170 -
CMYK 0.28 0.35 0 0.33
HSL 252.2º 0.26% 0.55% -
HSV(B) 252.2º 0.35% 0.67% -
XYZ 21.11 18.48 40.49 -
YUV 121.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 123 111 170 0.28 0.35 0 0.33 252.2 0.26 0.55
Hex 7B 6F AA 1C 23 0 21 FC 1A 37
Octal 173 157 252 34 43 0 41 374 32 67
Binary 1111011 1101111 10101010 11100 100011 0 100001 11111100 11010 110111

Color Harmonies of #7B6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FAA

Black with #7B6FAA

Text Example


Text Example

White with #7B6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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