Html Css Color HEX #754BCC Slate Blue

📋 copy color: '#754BCC'

red 117 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #754BCC

Tints of Slate Blue #754BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.94%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 29.55%
G = 18.94%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#754BCC (or 0x754BCC) is known color: Slate Blue. HEX triplet: 75, 4B and CC. RGB value is (117,75,204). Sum of RGB (Red+Green+Blue) = 117+75+204=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #754BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCC is #8AB433. Grayscale: #656565. Windows color (decimal): -9090100 or 13388661. OLE color: 13388661.

HSL color Cylindrical-coordinate representation of color #754BCC: hue angle of 259.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754BCC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 75 204 -
CMYK 0.43 0.63 0 0.2
HSL 259.53º 0.56% 0.55% -
HSV(B) 259.53º 0.63% 0.8% -
XYZ 20.75 13.17 58.58 -
YUV 102.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 117 75 204 0.43 0.63 0 0.2 259.53 0.56 0.55
Hex 75 4B CC 2B 3F 0 14 104 38 37
Octal 165 113 314 53 77 0 24 404 70 67
Binary 1110101 1001011 11001100 101011 111111 0 10100 100000100 111000 110111

Color Harmonies of #754BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BCC

Black with #754BCC

Text Example


Text Example

White with #754BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,204); }

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

background-color css

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

 a { background-color: rgb(117,75,204); }

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

border-color css

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

 span { border-color: rgb(117,75,204); }

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