Html Css Color HEX #7F61BE True V

📋 copy color: '#7F61BE'

red 127 ◦ green 97 ◦ blue 190

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

Shades of True V #7F61BE

Tints of True V #7F61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 30.68%
G = 23.43%
B = 45.89%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F61BE (or 0x7F61BE) is known color: True V. HEX triplet: 7F, 61 and BE. RGB value is (127,97,190). Sum of RGB (Red+Green+Blue) = 127+97+190=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61BE is #809E41. Grayscale: #747474. Windows color (decimal): -8429122 or 12476799. OLE color: 12476799.

HSL color Cylindrical-coordinate representation of color #7F61BE: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F61BE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 97 190 -
CMYK 0.33 0.49 0 0.25
HSL 259.35º 0.42% 0.56% -
HSV(B) 259.35º 0.49% 0.75% -
XYZ 22.32 16.78 50.78 -
YUV 116.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 127 97 190 0.33 0.49 0 0.25 259.35 0.42 0.56
Hex 7F 61 BE 21 31 0 19 103 2A 38
Octal 177 141 276 41 61 0 31 403 52 70
Binary 1111111 1100001 10111110 100001 110001 0 11001 100000011 101010 111000

Color Harmonies of #7F61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F61BE

Black with #7F61BE

Text Example


Text Example

White with #7F61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,190); }

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

background-color css

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

 a { background-color: rgb(127,97,190); }

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

border-color css

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

 span { border-color: rgb(127,97,190); }

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