Html Css Color HEX #7E64BC True V

📋 copy color: '#7E64BC'

red 126 ◦ green 100 ◦ blue 188

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

Shades of True V #7E64BC

Tints of True V #7E64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

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

R = 30.43%
G = 24.15%
B = 45.41%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E64BC (or 0x7E64BC) is known color: True V. HEX triplet: 7E, 64 and BC. RGB value is (126,100,188). Sum of RGB (Red+Green+Blue) = 126+100+188=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E64BC is #819B43. Grayscale: #757575. Windows color (decimal): -8493892 or 12346494. OLE color: 12346494.

HSL color Cylindrical-coordinate representation of color #7E64BC: hue angle of 257.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E64BC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 100 188 -
CMYK 0.33 0.47 0 0.26
HSL 257.73º 0.4% 0.56% -
HSV(B) 257.73º 0.47% 0.74% -
XYZ 22.24 17.18 49.72 -
YUV 117.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 126 100 188 0.33 0.47 0 0.26 257.73 0.4 0.56
Hex 7E 64 BC 21 2F 0 1A 102 28 38
Octal 176 144 274 41 57 0 32 402 50 70
Binary 1111110 1100100 10111100 100001 101111 0 11010 100000010 101000 111000

Color Harmonies of #7E64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E64BC

Black with #7E64BC

Text Example


Text Example

White with #7E64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,188); }

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

background-color css

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

 a { background-color: rgb(126,100,188); }

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

border-color css

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

 span { border-color: rgb(126,100,188); }

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