Html Css Color HEX #7551CA Slate Blue

📋 copy color: '#7551CA'

red 117 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #7551CA

Tints of Slate Blue #7551CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 29.25%
G = 20.25%
B = 50.5%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7551CA (or 0x7551CA) is known color: Slate Blue. HEX triplet: 75, 51 and CA. RGB value is (117,81,202). Sum of RGB (Red+Green+Blue) = 117+81+202=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #7551CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551CA is #8AAE35. Grayscale: #696969. Windows color (decimal): -9088566 or 13259125. OLE color: 13259125.

HSL color Cylindrical-coordinate representation of color #7551CA: hue angle of 257.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7551CA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 81 202 -
CMYK 0.42 0.60 0 0.21
HSL 257.85º 0.53% 0.55% -
HSV(B) 257.85º 0.6% 0.79% -
XYZ 20.94 13.93 57.46 -
YUV 105.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 117 81 202 0.42 0.60 0 0.21 257.85 0.53 0.55
Hex 75 51 CA 2A 3C 0 15 102 35 37
Octal 165 121 312 52 74 0 25 402 65 67
Binary 1110101 1010001 11001010 101010 111100 0 10101 100000010 110101 110111

Color Harmonies of #7551CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551CA

Black with #7551CA

Text Example


Text Example

White with #7551CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7551CA; }

 p { color: rgb(117,81,202); }

 H1.HeaderClassName
 {
   color: #7551CA;
 }
 .AnyTagClassName
 {
   color: #7551CA;
 }
</style>

background-color css

<style>
 a { background-color: #7551CA; }

 a { background-color: rgb(117,81,202); }

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

border-color css

<style>
 span { border-color: #7551CA; }

 span { border-color: rgb(117,81,202); }

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