Html Css Color HEX #7F65BD True V

📋 copy color: '#7F65BD'

red 127 ◦ green 101 ◦ blue 189

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

Shades of True V #7F65BD

Tints of True V #7F65BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 30.46%
G = 24.22%
B = 45.32%

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

#7F65BD (or 0x7F65BD) is known color: True V. HEX triplet: 7F, 65 and BD. RGB value is (127,101,189). Sum of RGB (Red+Green+Blue) = 127+101+189=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F65BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65BD is #809A42. Grayscale: #767676. Windows color (decimal): -8428099 or 12412287. OLE color: 12412287.

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

Color convert

RGB 127 101 189 -
CMYK 0.33 0.47 0 0.26
HSL 257.73º 0.4% 0.57% -
HSV(B) 257.73º 0.47% 0.74% -
XYZ 22.59 17.49 50.33 -
YUV 118.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 127 101 189 0.33 0.47 0 0.26 257.73 0.4 0.57
Hex 7F 65 BD 21 2F 0 1A 102 28 39
Octal 177 145 275 41 57 0 32 402 50 71
Binary 1111111 1100101 10111101 100001 101111 0 11010 100000010 101000 111001

Color Harmonies of #7F65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65BD

Black with #7F65BD

Text Example


Text Example

White with #7F65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,189); }

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

background-color css

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

 a { background-color: rgb(127,101,189); }

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

border-color css

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

 span { border-color: rgb(127,101,189); }

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