Html Css Color HEX #7E5DBF True V

📋 copy color: '#7E5DBF'

red 126 ◦ green 93 ◦ blue 191

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

Shades of True V #7E5DBF

Tints of True V #7E5DBF

RGB

 RED value IS 126 (49.61% from 255) = 30.73%

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 30.73%
G = 22.68%
B = 46.59%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E5DBF (or 0x7E5DBF) is known color: True V. HEX triplet: 7E, 5D and BF. RGB value is (126,93,191). Sum of RGB (Red+Green+Blue) = 126+93+191=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DBF is #81A240. Grayscale: #717171. Windows color (decimal): -8495681 or 12541310. OLE color: 12541310.

HSL color Cylindrical-coordinate representation of color #7E5DBF: hue angle of 260.2º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5DBF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 93 191 -
CMYK 0.34 0.51 0 0.25
HSL 260.2º 0.43% 0.56% -
HSV(B) 260.2º 0.51% 0.75% -
XYZ 21.92 16.03 51.23 -
YUV 114.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 126 93 191 0.34 0.51 0 0.25 260.2 0.43 0.56
Hex 7E 5D BF 22 33 0 19 104 2B 38
Octal 176 135 277 42 63 0 31 404 53 70
Binary 1111110 1011101 10111111 100010 110011 0 11001 100000100 101011 111000

Color Harmonies of #7E5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5DBF

Black with #7E5DBF

Text Example


Text Example

White with #7E5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,93,191); }

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

background-color css

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

 a { background-color: rgb(126,93,191); }

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

border-color css

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

 span { border-color: rgb(126,93,191); }

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