Html Css Color HEX #7561C9 Slate Blue

📋 copy color: '#7561C9'

red 117 ◦ green 97 ◦ blue 201

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

Shades of Slate Blue #7561C9

Tints of Slate Blue #7561C9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 28.19%
G = 23.37%
B = 48.43%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7561C9 (or 0x7561C9) is known color: Slate Blue. HEX triplet: 75, 61 and C9. RGB value is (117,97,201). Sum of RGB (Red+Green+Blue) = 117+97+201=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #7561C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561C9 is #8A9E36. Grayscale: #727272. Windows color (decimal): -9084471 or 13197685. OLE color: 13197685.

HSL color Cylindrical-coordinate representation of color #7561C9: hue angle of 251.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7561C9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 97 201 -
CMYK 0.42 0.52 0 0.21
HSL 251.54º 0.49% 0.58% -
HSV(B) 251.54º 0.52% 0.79% -
XYZ 22.15 16.55 57.28 -
YUV 114.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 117 97 201 0.42 0.52 0 0.21 251.54 0.49 0.58
Hex 75 61 C9 2A 34 0 15 FC 31 3A
Octal 165 141 311 52 64 0 25 374 61 72
Binary 1110101 1100001 11001001 101010 110100 0 10101 11111100 110001 111010

Color Harmonies of #7561C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7561C9

Black with #7561C9

Text Example


Text Example

White with #7561C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7561C9; }

 p { color: rgb(117,97,201); }

 H1.HeaderClassName
 {
   color: #7561C9;
 }
 .AnyTagClassName
 {
   color: #7561C9;
 }
</style>

background-color css

<style>
 a { background-color: #7561C9; }

 a { background-color: rgb(117,97,201); }

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

border-color css

<style>
 span { border-color: #7561C9; }

 span { border-color: rgb(117,97,201); }

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