Html Css Color HEX #7E65BC True V

📋 copy color: '#7E65BC'

red 126 ◦ green 101 ◦ blue 188

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

Shades of True V #7E65BC

Tints of True V #7E65BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 30.36%
G = 24.34%
B = 45.3%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E65BC (or 0x7E65BC) is known color: True V. HEX triplet: 7E, 65 and BC. RGB value is (126,101,188). Sum of RGB (Red+Green+Blue) = 126+101+188=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65BC is #819A43. Grayscale: #767676. Windows color (decimal): -8493636 or 12346750. OLE color: 12346750.

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

Color convert

RGB 126 101 188 -
CMYK 0.33 0.46 0 0.26
HSL 257.24º 0.39% 0.57% -
HSV(B) 257.24º 0.46% 0.74% -
XYZ 22.33 17.37 49.75 -
YUV 118.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 126 101 188 0.33 0.46 0 0.26 257.24 0.39 0.57
Hex 7E 65 BC 21 2E 0 1A 101 27 39
Octal 176 145 274 41 56 0 32 401 47 71
Binary 1111110 1100101 10111100 100001 101110 0 11010 100000001 100111 111001

Color Harmonies of #7E65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E65BC

Black with #7E65BC

Text Example


Text Example

White with #7E65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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