Html Css Color HEX #755FC2 Slate Blue

📋 copy color: '#755FC2'

red 117 ◦ green 95 ◦ blue 194

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

Shades of Slate Blue #755FC2

Tints of Slate Blue #755FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 28.82%
G = 23.4%
B = 47.78%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#755FC2 (or 0x755FC2) is known color: Slate Blue. HEX triplet: 75, 5F and C2. RGB value is (117,95,194). Sum of RGB (Red+Green+Blue) = 117+95+194=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #755FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FC2 is #8AA03D. Grayscale: #707070. Windows color (decimal): -9084990 or 12738421. OLE color: 12738421.

HSL color Cylindrical-coordinate representation of color #755FC2: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755FC2 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 95 194 -
CMYK 0.40 0.51 0 0.24
HSL 253.33º 0.45% 0.57% -
HSV(B) 253.33º 0.51% 0.76% -
XYZ 21.17 15.86 52.98 -
YUV 112.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 117 95 194 0.40 0.51 0 0.24 253.33 0.45 0.57
Hex 75 5F C2 28 33 0 18 FD 2D 39
Octal 165 137 302 50 63 0 30 375 55 71
Binary 1110101 1011111 11000010 101000 110011 0 11000 11111101 101101 111001

Color Harmonies of #755FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FC2

Black with #755FC2

Text Example


Text Example

White with #755FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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