Html Css Color HEX #7B65BC Blue Marguerite

📋 copy color: '#7B65BC'

red 123 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #7B65BC

Tints of Blue Marguerite #7B65BC

RGB

 RED value IS 123 (48.44% from 255) = 29.85%

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

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

R = 29.85%
G = 24.51%
B = 45.63%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B65BC (or 0x7B65BC) is known color: Blue Marguerite. HEX triplet: 7B, 65 and BC. RGB value is (123,101,188). Sum of RGB (Red+Green+Blue) = 123+101+188=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B65BC is #849A43. Grayscale: #757575. Windows color (decimal): -8690244 or 12346747. OLE color: 12346747.

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

Color convert

RGB 123 101 188 -
CMYK 0.35 0.46 0 0.26
HSL 255.17º 0.39% 0.57% -
HSV(B) 255.17º 0.46% 0.74% -
XYZ 21.9 17.15 49.73 -
YUV 117.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 123 101 188 0.35 0.46 0 0.26 255.17 0.39 0.57
Hex 7B 65 BC 23 2E 0 1A FF 27 39
Octal 173 145 274 43 56 0 32 377 47 71
Binary 1111011 1100101 10111100 100011 101110 0 11010 11111111 100111 111001

Color Harmonies of #7B65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B65BC

Black with #7B65BC

Text Example


Text Example

White with #7B65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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