Html Css Color HEX #7B6FB2 Deluge

📋 copy color: '#7B6FB2'

red 123 ◦ green 111 ◦ blue 178

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

Shades of Deluge #7B6FB2

Tints of Deluge #7B6FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.2%

R = 29.85%
G = 26.94%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B6FB2 (or 0x7B6FB2) is known color: Deluge. HEX triplet: 7B, 6F and B2. RGB value is (123,111,178). Sum of RGB (Red+Green+Blue) = 123+111+178=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #7B6FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FB2 is #84904D. Grayscale: #797979. Windows color (decimal): -8687694 or 11693947. OLE color: 11693947.

HSL color Cylindrical-coordinate representation of color #7B6FB2: hue angle of 250.75º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B6FB2 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 111 178 -
CMYK 0.31 0.38 0 0.30
HSL 250.75º 0.3% 0.57% -
HSV(B) 250.75º 0.38% 0.7% -
XYZ 21.89 18.79 44.59 -
YUV 122.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 123 111 178 0.31 0.38 0 0.30 250.75 0.3 0.57
Hex 7B 6F B2 1F 26 0 1E FB 1E 39
Octal 173 157 262 37 46 0 36 373 36 71
Binary 1111011 1101111 10110010 11111 100110 0 11110 11111011 11110 111001

Color Harmonies of #7B6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FB2

Black with #7B6FB2

Text Example


Text Example

White with #7B6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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