Html Css Color HEX #7B67AF Deluge

📋 copy color: '#7B67AF'

red 123 ◦ green 103 ◦ blue 175

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

Shades of Deluge #7B67AF

Tints of Deluge #7B67AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 30.67%
G = 25.69%
B = 43.64%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B67AF (or 0x7B67AF) is known color: Deluge. HEX triplet: 7B, 67 and AF. RGB value is (123,103,175). Sum of RGB (Red+Green+Blue) = 123+103+175=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B67AF is #849850. Grayscale: #747474. Windows color (decimal): -8689745 or 11495291. OLE color: 11495291.

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

Color convert

RGB 123 103 175 -
CMYK 0.30 0.41 0 0.31
HSL 256.67º 0.31% 0.55% -
HSV(B) 256.67º 0.41% 0.69% -
XYZ 20.76 17.01 42.75 -
YUV 117.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 123 103 175 0.30 0.41 0 0.31 256.67 0.31 0.55
Hex 7B 67 AF 1E 29 0 1F 101 1F 37
Octal 173 147 257 36 51 0 37 401 37 67
Binary 1111011 1100111 10101111 11110 101001 0 11111 100000001 11111 110111

Color Harmonies of #7B67AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B67AF

Black with #7B67AF

Text Example


Text Example

White with #7B67AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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