Html Css Color HEX #7F5DBE True V

📋 copy color: '#7F5DBE'

red 127 ◦ green 93 ◦ blue 190

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

Shades of True V #7F5DBE

Tints of True V #7F5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 30.98%
G = 22.68%
B = 46.34%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F5DBE (or 0x7F5DBE) is known color: True V. HEX triplet: 7F, 5D and BE. RGB value is (127,93,190). Sum of RGB (Red+Green+Blue) = 127+93+190=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DBE is #80A241. Grayscale: #717171. Windows color (decimal): -8430146 or 12475775. OLE color: 12475775.

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

Color convert

RGB 127 93 190 -
CMYK 0.33 0.51 0 0.25
HSL 261.03º 0.43% 0.55% -
HSV(B) 261.03º 0.51% 0.75% -
XYZ 21.96 16.06 50.66 -
YUV 114.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 127 93 190 0.33 0.51 0 0.25 261.03 0.43 0.55
Hex 7F 5D BE 21 33 0 19 105 2B 37
Octal 177 135 276 41 63 0 31 405 53 67
Binary 1111111 1011101 10111110 100001 110011 0 11001 100000101 101011 110111

Color Harmonies of #7F5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DBE

Black with #7F5DBE

Text Example


Text Example

White with #7F5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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