Html Css Color HEX #7561DA Slate Blue

📋 copy color: '#7561DA'

red 117 ◦ green 97 ◦ blue 218

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

Shades of Slate Blue #7561DA

Tints of Slate Blue #7561DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 27.08%
G = 22.45%
B = 50.46%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7561DA (or 0x7561DA) is known color: Slate Blue. HEX triplet: 75, 61 and DA. RGB value is (117,97,218). Sum of RGB (Red+Green+Blue) = 117+97+218=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #7561DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561DA is #8A9E25. Grayscale: #747474. Windows color (decimal): -9084454 or 14311797. OLE color: 14311797.

HSL color Cylindrical-coordinate representation of color #7561DA: hue angle of 249.92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7561DA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 97 218 -
CMYK 0.46 0.56 0 0.15
HSL 249.92º 0.62% 0.62% -
HSV(B) 249.92º 0.56% 0.85% -
XYZ 24.27 17.39 68.41 -
YUV 116.77 185.13 128.16 -
System Red Green Blue C M Y K H S L
Decimal 117 97 218 0.46 0.56 0 0.15 249.92 0.62 0.62
Hex 75 61 DA 2E 38 0 F FA 3E 3E
Octal 165 141 332 56 70 0 17 372 76 76
Binary 1110101 1100001 11011010 101110 111000 0 1111 11111010 111110 111110

Color Harmonies of #7561DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7561DA

Black with #7561DA

Text Example


Text Example

White with #7561DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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