Html Css Color HEX #754DCA Slate Blue

📋 copy color: '#754DCA'

red 117 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #754DCA

Tints of Slate Blue #754DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

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

R = 29.55%
G = 19.44%
B = 51.01%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#754DCA (or 0x754DCA) is known color: Slate Blue. HEX triplet: 75, 4D and CA. RGB value is (117,77,202). Sum of RGB (Red+Green+Blue) = 117+77+202=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #754DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DCA is #8AB235. Grayscale: #666666. Windows color (decimal): -9089590 or 13258101. OLE color: 13258101.

HSL color Cylindrical-coordinate representation of color #754DCA: hue angle of 259.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754DCA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 77 202 -
CMYK 0.42 0.62 0 0.21
HSL 259.2º 0.54% 0.55% -
HSV(B) 259.2º 0.62% 0.79% -
XYZ 20.65 13.35 57.37 -
YUV 103.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 117 77 202 0.42 0.62 0 0.21 259.2 0.54 0.55
Hex 75 4D CA 2A 3E 0 15 103 36 37
Octal 165 115 312 52 76 0 25 403 66 67
Binary 1110101 1001101 11001010 101010 111110 0 10101 100000011 110110 110111

Color Harmonies of #754DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754DCA

Black with #754DCA

Text Example


Text Example

White with #754DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754DCA; }

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

 H1.HeaderClassName
 {
   color: #754DCA;
 }
 .AnyTagClassName
 {
   color: #754DCA;
 }
</style>

background-color css

<style>
 a { background-color: #754DCA; }

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

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

border-color css

<style>
 span { border-color: #754DCA; }

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

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