Html Css Color HEX #7D65BC True V

📋 copy color: '#7D65BC'

red 125 ◦ green 101 ◦ blue 188

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

Shades of True V #7D65BC

Tints of True V #7D65BC

RGB

 RED value IS 125 (49.22% from 255) = 30.19%

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

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

R = 30.19%
G = 24.4%
B = 45.41%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D65BC (or 0x7D65BC) is known color: True V. HEX triplet: 7D, 65 and BC. RGB value is (125,101,188). Sum of RGB (Red+Green+Blue) = 125+101+188=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 101 (39.84% from 255 or 24.40% 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 #7D65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65BC is #829A43. Grayscale: #757575. Windows color (decimal): -8559172 or 12346749. OLE color: 12346749.

HSL color Cylindrical-coordinate representation of color #7D65BC: hue angle of 256.55º 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 #7D65BC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 101 188 -
CMYK 0.34 0.46 0 0.26
HSL 256.55º 0.39% 0.57% -
HSV(B) 256.55º 0.46% 0.74% -
XYZ 22.19 17.3 49.75 -
YUV 118.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 125 101 188 0.34 0.46 0 0.26 256.55 0.39 0.57
Hex 7D 65 BC 22 2E 0 1A 101 27 39
Octal 175 145 274 42 56 0 32 401 47 71
Binary 1111101 1100101 10111100 100010 101110 0 11010 100000001 100111 111001

Color Harmonies of #7D65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D65BC

Black with #7D65BC

Text Example


Text Example

White with #7D65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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