Html Css Color HEX #755FD6 Slate Blue

📋 copy color: '#755FD6'

red 117 ◦ green 95 ◦ blue 214

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

Shades of Slate Blue #755FD6

Tints of Slate Blue #755FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 27.46%
G = 22.3%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#755FD6 (or 0x755FD6) is known color: Slate Blue. HEX triplet: 75, 5F and D6. RGB value is (117,95,214). Sum of RGB (Red+Green+Blue) = 117+95+214=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #755FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FD6 is #8AA029. Grayscale: #727272. Windows color (decimal): -9084970 or 14049141. OLE color: 14049141.

HSL color Cylindrical-coordinate representation of color #755FD6: hue angle of 251.09º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755FD6 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 95 214 -
CMYK 0.45 0.56 0 0.16
HSL 251.09º 0.59% 0.61% -
HSV(B) 251.09º 0.56% 0.84% -
XYZ 23.57 16.82 65.62 -
YUV 115.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 117 95 214 0.45 0.56 0 0.16 251.09 0.59 0.61
Hex 75 5F D6 2D 38 0 10 FB 3B 3D
Octal 165 137 326 55 70 0 20 373 73 75
Binary 1110101 1011111 11010110 101101 111000 0 10000 11111011 111011 111101

Color Harmonies of #755FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FD6

Black with #755FD6

Text Example


Text Example

White with #755FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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