Html Css Color HEX #755ADF Slate Blue

📋 copy color: '#755ADF'

red 117 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #755ADF

Tints of Slate Blue #755ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 27.21%
G = 20.93%
B = 51.86%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#755ADF (or 0x755ADF) is known color: Slate Blue. HEX triplet: 75, 5A and DF. RGB value is (117,90,223). Sum of RGB (Red+Green+Blue) = 117+90+223=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #755ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ADF is #8AA520. Grayscale: #707070. Windows color (decimal): -9086241 or 14637685. OLE color: 14637685.

HSL color Cylindrical-coordinate representation of color #755ADF: hue angle of 252.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755ADF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 90 223 -
CMYK 0.48 0.60 0 0.13
HSL 252.18º 0.68% 0.61% -
HSV(B) 252.18º 0.6% 0.87% -
XYZ 24.31 16.42 71.7 -
YUV 113.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 117 90 223 0.48 0.60 0 0.13 252.18 0.68 0.61
Hex 75 5A DF 30 3C 0 D FC 44 3D
Octal 165 132 337 60 74 0 15 374 104 75
Binary 1110101 1011010 11011111 110000 111100 0 1101 11111100 1000100 111101

Color Harmonies of #755ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ADF

Black with #755ADF

Text Example


Text Example

White with #755ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,223); }

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

background-color css

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

 a { background-color: rgb(117,90,223); }

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

border-color css

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

 span { border-color: rgb(117,90,223); }

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