Html Css Color HEX #7F5DAB Deluge

📋 copy color: '#7F5DAB'

red 127 ◦ green 93 ◦ blue 171

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

Shades of Deluge #7F5DAB

Tints of Deluge #7F5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 32.48%
G = 23.79%
B = 43.73%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F5DAB (or 0x7F5DAB) is known color: Deluge. HEX triplet: 7F, 5D and AB. RGB value is (127,93,171). Sum of RGB (Red+Green+Blue) = 127+93+171=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5DAB is #80A254. Grayscale: #6F6F6F. Windows color (decimal): -8430165 or 11230591. OLE color: 11230591.

HSL color Cylindrical-coordinate representation of color #7F5DAB: hue angle of 266.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5DAB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 93 171 -
CMYK 0.26 0.46 0 0.33
HSL 266.15º 0.32% 0.52% -
HSV(B) 266.15º 0.46% 0.67% -
XYZ 20.02 15.28 40.42 -
YUV 112.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 127 93 171 0.26 0.46 0 0.33 266.15 0.32 0.52
Hex 7F 5D AB 1A 2E 0 21 10A 20 34
Octal 177 135 253 32 56 0 41 412 40 64
Binary 1111111 1011101 10101011 11010 101110 0 100001 100001010 100000 110100

Color Harmonies of #7F5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DAB

Black with #7F5DAB

Text Example


Text Example

White with #7F5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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