Html Css Color HEX #7F5ABC Blue Marguerite

📋 copy color: '#7F5ABC'

red 127 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #7F5ABC

Tints of Blue Marguerite #7F5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

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

R = 31.36%
G = 22.22%
B = 46.42%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F5ABC (or 0x7F5ABC) is known color: Blue Marguerite. HEX triplet: 7F, 5A and BC. RGB value is (127,90,188). Sum of RGB (Red+Green+Blue) = 127+90+188=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ABC is #80A543. Grayscale: #6F6F6F. Windows color (decimal): -8430916 or 12343935. OLE color: 12343935.

HSL color Cylindrical-coordinate representation of color #7F5ABC: hue angle of 262.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F5ABC is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 90 188 -
CMYK 0.32 0.52 0 0.26
HSL 262.65º 0.42% 0.55% -
HSV(B) 262.65º 0.52% 0.74% -
XYZ 21.49 15.46 49.43 -
YUV 112.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 127 90 188 0.32 0.52 0 0.26 262.65 0.42 0.55
Hex 7F 5A BC 20 34 0 1A 107 2A 37
Octal 177 132 274 40 64 0 32 407 52 67
Binary 1111111 1011010 10111100 100000 110100 0 11010 100000111 101010 110111

Color Harmonies of #7F5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5ABC

Black with #7F5ABC

Text Example


Text Example

White with #7F5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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