Html Css Color HEX #7567B2 Blue Marguerite

📋 copy color: '#7567B2'

red 117 ◦ green 103 ◦ blue 178

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

Shades of Blue Marguerite #7567B2

Tints of Blue Marguerite #7567B2

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 29.4%
G = 25.88%
B = 44.72%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7567B2 (or 0x7567B2) is known color: Blue Marguerite. HEX triplet: 75, 67 and B2. RGB value is (117,103,178). Sum of RGB (Red+Green+Blue) = 117+103+178=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #7567B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567B2 is #8A984D. Grayscale: #737373. Windows color (decimal): -9082958 or 11691893. OLE color: 11691893.

HSL color Cylindrical-coordinate representation of color #7567B2: hue angle of 251.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7567B2 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 103 178 -
CMYK 0.34 0.42 0 0.30
HSL 251.2º 0.33% 0.55% -
HSV(B) 251.2º 0.42% 0.7% -
XYZ 20.22 16.7 44.28 -
YUV 115.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 117 103 178 0.34 0.42 0 0.30 251.2 0.33 0.55
Hex 75 67 B2 22 2A 0 1E FB 21 37
Octal 165 147 262 42 52 0 36 373 41 67
Binary 1110101 1100111 10110010 100010 101010 0 11110 11111011 100001 110111

Color Harmonies of #7567B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567B2

Black with #7567B2

Text Example


Text Example

White with #7567B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7567B2; }

 p { color: rgb(117,103,178); }

 H1.HeaderClassName
 {
   color: #7567B2;
 }
 .AnyTagClassName
 {
   color: #7567B2;
 }
</style>

background-color css

<style>
 a { background-color: #7567B2; }

 a { background-color: rgb(117,103,178); }

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

border-color css

<style>
 span { border-color: #7567B2; }

 span { border-color: rgb(117,103,178); }

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