Html Css Color HEX #7F5BBE True V

📋 copy color: '#7F5BBE'

red 127 ◦ green 91 ◦ blue 190

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

Shades of True V #7F5BBE

Tints of True V #7F5BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

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

R = 31.13%
G = 22.3%
B = 46.57%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F5BBE (or 0x7F5BBE) is known color: True V. HEX triplet: 7F, 5B and BE. RGB value is (127,91,190). Sum of RGB (Red+Green+Blue) = 127+91+190=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5BBE is #80A441. Grayscale: #707070. Windows color (decimal): -8430658 or 12475263. OLE color: 12475263.

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

Color convert

RGB 127 91 190 -
CMYK 0.33 0.52 0 0.25
HSL 261.82º 0.43% 0.55% -
HSV(B) 261.82º 0.52% 0.75% -
XYZ 21.79 15.71 50.6 -
YUV 113.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 127 91 190 0.33 0.52 0 0.25 261.82 0.43 0.55
Hex 7F 5B BE 21 34 0 19 106 2B 37
Octal 177 133 276 41 64 0 31 406 53 67
Binary 1111111 1011011 10111110 100001 110100 0 11001 100000110 101011 110111

Color Harmonies of #7F5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5BBE

Black with #7F5BBE

Text Example


Text Example

White with #7F5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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