Html Css Color HEX #7F65BC True V

📋 copy color: '#7F65BC'

red 127 ◦ green 101 ◦ blue 188

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

Shades of True V #7F65BC

Tints of True V #7F65BC

RGB

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

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

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

R = 30.53%
G = 24.28%
B = 45.19%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F65BC (or 0x7F65BC) is known color: True V. HEX triplet: 7F, 65 and BC. RGB value is (127,101,188). Sum of RGB (Red+Green+Blue) = 127+101+188=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65BC is #809A43. Grayscale: #767676. Windows color (decimal): -8428100 or 12346751. OLE color: 12346751.

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

Color convert

RGB 127 101 188 -
CMYK 0.32 0.46 0 0.26
HSL 257.93º 0.39% 0.57% -
HSV(B) 257.93º 0.46% 0.74% -
XYZ 22.48 17.45 49.76 -
YUV 118.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 127 101 188 0.32 0.46 0 0.26 257.93 0.39 0.57
Hex 7F 65 BC 20 2E 0 1A 102 27 39
Octal 177 145 274 40 56 0 32 402 47 71
Binary 1111111 1100101 10111100 100000 101110 0 11010 100000010 100111 111001

Color Harmonies of #7F65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65BC

Black with #7F65BC

Text Example


Text Example

White with #7F65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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