Html Css Color HEX #755FC8 Slate Blue

📋 copy color: '#755FC8'

red 117 ◦ green 95 ◦ blue 200

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

Shades of Slate Blue #755FC8

Tints of Slate Blue #755FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 28.4%
G = 23.06%
B = 48.54%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#755FC8 (or 0x755FC8) is known color: Slate Blue. HEX triplet: 75, 5F and C8. RGB value is (117,95,200). Sum of RGB (Red+Green+Blue) = 117+95+200=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #755FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FC8 is #8AA037. Grayscale: #717171. Windows color (decimal): -9084984 or 13131637. OLE color: 13131637.

HSL color Cylindrical-coordinate representation of color #755FC8: hue angle of 252.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755FC8 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 95 200 -
CMYK 0.42 0.52 0 0.22
HSL 252.57º 0.49% 0.58% -
HSV(B) 252.57º 0.53% 0.78% -
XYZ 21.85 16.14 56.61 -
YUV 113.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 117 95 200 0.42 0.52 0 0.22 252.57 0.49 0.58
Hex 75 5F C8 2A 34 0 16 FD 31 3A
Octal 165 137 310 52 64 0 26 375 61 72
Binary 1110101 1011111 11001000 101010 110100 0 10110 11111101 110001 111010

Color Harmonies of #755FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FC8

Black with #755FC8

Text Example


Text Example

White with #755FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755FC8; }

 p { color: rgb(117,95,200); }

 H1.HeaderClassName
 {
   color: #755FC8;
 }
 .AnyTagClassName
 {
   color: #755FC8;
 }
</style>

background-color css

<style>
 a { background-color: #755FC8; }

 a { background-color: rgb(117,95,200); }

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

border-color css

<style>
 span { border-color: #755FC8; }

 span { border-color: rgb(117,95,200); }

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