Html Css Color HEX #7F5DB3 Deluge

📋 copy color: '#7F5DB3'

red 127 ◦ green 93 ◦ blue 179

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

Shades of Deluge #7F5DB3

Tints of Deluge #7F5DB3

RGB

 RED value IS 127 (50% from 255) = 31.83%

 GREEN value IS 93 (36.72% from 255) = 23.31%

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 31.83%
G = 23.31%
B = 44.86%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F5DB3 (or 0x7F5DB3) is known color: Deluge. HEX triplet: 7F, 5D and B3. RGB value is (127,93,179). Sum of RGB (Red+Green+Blue) = 127+93+179=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F5DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DB3 is #80A24C. Grayscale: #707070. Windows color (decimal): -8430157 or 11754879. OLE color: 11754879.

HSL color Cylindrical-coordinate representation of color #7F5DB3: hue angle of 263.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F5DB3 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 93 179 -
CMYK 0.29 0.48 0 0.30
HSL 263.72º 0.36% 0.53% -
HSV(B) 263.72º 0.48% 0.7% -
XYZ 20.8 15.6 44.56 -
YUV 112.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 127 93 179 0.29 0.48 0 0.30 263.72 0.36 0.53
Hex 7F 5D B3 1D 30 0 1E 108 24 35
Octal 177 135 263 35 60 0 36 410 44 65
Binary 1111111 1011101 10110011 11101 110000 0 11110 100001000 100100 110101

Color Harmonies of #7F5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DB3

Black with #7F5DB3

Text Example


Text Example

White with #7F5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,93,179); }

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

background-color css

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

 a { background-color: rgb(127,93,179); }

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

border-color css

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

 span { border-color: rgb(127,93,179); }

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