Html Css Color HEX #7E65BB True V

📋 copy color: '#7E65BB'

red 126 ◦ green 101 ◦ blue 187

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

Shades of True V #7E65BB

Tints of True V #7E65BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 30.43%
G = 24.4%
B = 45.17%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E65BB (or 0x7E65BB) is known color: True V. HEX triplet: 7E, 65 and BB. RGB value is (126,101,187). Sum of RGB (Red+Green+Blue) = 126+101+187=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E65BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65BB is #819A44. Grayscale: #757575. Windows color (decimal): -8493637 or 12281214. OLE color: 12281214.

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

Color convert

RGB 126 101 187 -
CMYK 0.33 0.46 0 0.27
HSL 257.44º 0.39% 0.56% -
HSV(B) 257.44º 0.46% 0.73% -
XYZ 22.23 17.33 49.19 -
YUV 118.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 126 101 187 0.33 0.46 0 0.27 257.44 0.39 0.56
Hex 7E 65 BB 21 2E 0 1B 101 27 38
Octal 176 145 273 41 56 0 33 401 47 70
Binary 1111110 1100101 10111011 100001 101110 0 11011 100000001 100111 111000

Color Harmonies of #7E65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E65BB

Black with #7E65BB

Text Example


Text Example

White with #7E65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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