Html Css Color HEX #7F5DBC True V

📋 copy color: '#7F5DBC'

red 127 ◦ green 93 ◦ blue 188

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

Shades of True V #7F5DBC

Tints of True V #7F5DBC

RGB

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

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

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

R = 31.13%
G = 22.79%
B = 46.08%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F5DBC (or 0x7F5DBC) is known color: True V. HEX triplet: 7F, 5D and BC. RGB value is (127,93,188). Sum of RGB (Red+Green+Blue) = 127+93+188=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DBC is #80A243. Grayscale: #717171. Windows color (decimal): -8430148 or 12344703. OLE color: 12344703.

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

Color convert

RGB 127 93 188 -
CMYK 0.32 0.51 0 0.26
HSL 261.47º 0.41% 0.55% -
HSV(B) 261.47º 0.51% 0.74% -
XYZ 21.74 15.97 49.51 -
YUV 114 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 127 93 188 0.32 0.51 0 0.26 261.47 0.41 0.55
Hex 7F 5D BC 20 33 0 1A 105 29 37
Octal 177 135 274 40 63 0 32 405 51 67
Binary 1111111 1011101 10111100 100000 110011 0 11010 100000101 101001 110111

Color Harmonies of #7F5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DBC

Black with #7F5DBC

Text Example


Text Example

White with #7F5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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