Html Css Color HEX #7C65BC Blue Marguerite

📋 copy color: '#7C65BC'

red 124 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #7C65BC

Tints of Blue Marguerite #7C65BC

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

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

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

R = 30.02%
G = 24.46%
B = 45.52%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C65BC (or 0x7C65BC) is known color: Blue Marguerite. HEX triplet: 7C, 65 and BC. RGB value is (124,101,188). Sum of RGB (Red+Green+Blue) = 124+101+188=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C65BC is #839A43. Grayscale: #757575. Windows color (decimal): -8624708 or 12346748. OLE color: 12346748.

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

Color convert

RGB 124 101 188 -
CMYK 0.34 0.46 0 0.26
HSL 255.86º 0.39% 0.57% -
HSV(B) 255.86º 0.46% 0.74% -
XYZ 22.04 17.22 49.74 -
YUV 117.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 124 101 188 0.34 0.46 0 0.26 255.86 0.39 0.57
Hex 7C 65 BC 22 2E 0 1A 100 27 39
Octal 174 145 274 42 56 0 32 400 47 71
Binary 1111100 1100101 10111100 100010 101110 0 11010 100000000 100111 111001

Color Harmonies of #7C65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C65BC

Black with #7C65BC

Text Example


Text Example

White with #7C65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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