Html Css Color HEX #7561CE Slate Blue

📋 copy color: '#7561CE'

red 117 ◦ green 97 ◦ blue 206

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

Shades of Slate Blue #7561CE

Tints of Slate Blue #7561CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 27.86%
G = 23.1%
B = 49.05%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7561CE (or 0x7561CE) is known color: Slate Blue. HEX triplet: 75, 61 and CE. RGB value is (117,97,206). Sum of RGB (Red+Green+Blue) = 117+97+206=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #7561CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561CE is #8A9E31. Grayscale: #727272. Windows color (decimal): -9084466 or 13525365. OLE color: 13525365.

HSL color Cylindrical-coordinate representation of color #7561CE: hue angle of 251.01º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7561CE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 97 206 -
CMYK 0.43 0.53 0 0.19
HSL 251.01º 0.53% 0.59% -
HSV(B) 251.01º 0.53% 0.81% -
XYZ 22.75 16.79 60.43 -
YUV 115.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 117 97 206 0.43 0.53 0 0.19 251.01 0.53 0.59
Hex 75 61 CE 2B 35 0 13 FB 35 3B
Octal 165 141 316 53 65 0 23 373 65 73
Binary 1110101 1100001 11001110 101011 110101 0 10011 11111011 110101 111011

Color Harmonies of #7561CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7561CE

Black with #7561CE

Text Example


Text Example

White with #7561CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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