Html Css Color HEX #7B66AF Deluge

📋 copy color: '#7B66AF'

red 123 ◦ green 102 ◦ blue 175

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

Shades of Deluge #7B66AF

Tints of Deluge #7B66AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 30.75%
G = 25.5%
B = 43.75%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B66AF (or 0x7B66AF) is known color: Deluge. HEX triplet: 7B, 66 and AF. RGB value is (123,102,175). Sum of RGB (Red+Green+Blue) = 123+102+175=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B66AF is #849950. Grayscale: #747474. Windows color (decimal): -8690001 or 11495035. OLE color: 11495035.

HSL color Cylindrical-coordinate representation of color #7B66AF: hue angle of 257.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B66AF is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 102 175 -
CMYK 0.30 0.42 0 0.31
HSL 257.26º 0.31% 0.54% -
HSV(B) 257.26º 0.42% 0.69% -
XYZ 20.66 16.81 42.71 -
YUV 116.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 123 102 175 0.30 0.42 0 0.31 257.26 0.31 0.54
Hex 7B 66 AF 1E 2A 0 1F 101 1F 36
Octal 173 146 257 36 52 0 37 401 37 66
Binary 1111011 1100110 10101111 11110 101010 0 11111 100000001 11111 110110

Color Harmonies of #7B66AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66AF

Black with #7B66AF

Text Example


Text Example

White with #7B66AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,175); }

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

background-color css

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

 a { background-color: rgb(123,102,175); }

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

border-color css

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

 span { border-color: rgb(123,102,175); }

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