Html Css Color HEX #7568C5 Slate Blue

📋 copy color: '#7568C5'

red 117 ◦ green 104 ◦ blue 197

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

Shades of Slate Blue #7568C5

Tints of Slate Blue #7568C5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

 BLUE value IS 197 (77.34% from 255) = 47.13%

R = 27.99%
G = 24.88%
B = 47.13%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7568C5 (or 0x7568C5) is known color: Slate Blue. HEX triplet: 75, 68 and C5. RGB value is (117,104,197). Sum of RGB (Red+Green+Blue) = 117+104+197=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #7568C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568C5 is #8A973A. Grayscale: #767676. Windows color (decimal): -9082683 or 12937333. OLE color: 12937333.

HSL color Cylindrical-coordinate representation of color #7568C5: hue angle of 248.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7568C5 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 104 197 -
CMYK 0.41 0.47 0 0.23
HSL 248.39º 0.44% 0.59% -
HSV(B) 248.39º 0.47% 0.77% -
XYZ 22.36 17.71 55.06 -
YUV 118.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 117 104 197 0.41 0.47 0 0.23 248.39 0.44 0.59
Hex 75 68 C5 29 2F 0 17 F8 2C 3B
Octal 165 150 305 51 57 0 27 370 54 73
Binary 1110101 1101000 11000101 101001 101111 0 10111 11111000 101100 111011

Color Harmonies of #7568C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568C5

Black with #7568C5

Text Example


Text Example

White with #7568C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7568C5; }

 p { color: rgb(117,104,197); }

 H1.HeaderClassName
 {
   color: #7568C5;
 }
 .AnyTagClassName
 {
   color: #7568C5;
 }
</style>

background-color css

<style>
 a { background-color: #7568C5; }

 a { background-color: rgb(117,104,197); }

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

border-color css

<style>
 span { border-color: #7568C5; }

 span { border-color: rgb(117,104,197); }

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