Html Css Color HEX #7F5EBC True V

📋 copy color: '#7F5EBC'

red 127 ◦ green 94 ◦ blue 188

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

Shades of True V #7F5EBC

Tints of True V #7F5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 31.05%
G = 22.98%
B = 45.97%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F5EBC (or 0x7F5EBC) is known color: True V. HEX triplet: 7F, 5E and BC. RGB value is (127,94,188). Sum of RGB (Red+Green+Blue) = 127+94+188=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5EBC is #80A143. Grayscale: #727272. Windows color (decimal): -8429892 or 12344959. OLE color: 12344959.

HSL color Cylindrical-coordinate representation of color #7F5EBC: hue angle of 261.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F5EBC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 94 188 -
CMYK 0.32 0.50 0 0.26
HSL 261.06º 0.41% 0.55% -
HSV(B) 261.06º 0.5% 0.74% -
XYZ 21.83 16.15 49.54 -
YUV 114.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 127 94 188 0.32 0.50 0 0.26 261.06 0.41 0.55
Hex 7F 5E BC 20 32 0 1A 105 29 37
Octal 177 136 274 40 62 0 32 405 51 67
Binary 1111111 1011110 10111100 100000 110010 0 11010 100000101 101001 110111

Color Harmonies of #7F5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EBC

Black with #7F5EBC

Text Example


Text Example

White with #7F5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,188); }

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

background-color css

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

 a { background-color: rgb(127,94,188); }

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

border-color css

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

 span { border-color: rgb(127,94,188); }

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