Html Css Color HEX #755CDA Slate Blue

📋 copy color: '#755CDA'

red 117 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #755CDA

Tints of Slate Blue #755CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 27.4%
G = 21.55%
B = 51.05%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#755CDA (or 0x755CDA) is known color: Slate Blue. HEX triplet: 75, 5C and DA. RGB value is (117,92,218). Sum of RGB (Red+Green+Blue) = 117+92+218=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #755CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CDA is #8AA325. Grayscale: #717171. Windows color (decimal): -9085734 or 14310517. OLE color: 14310517.

HSL color Cylindrical-coordinate representation of color #755CDA: hue angle of 251.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755CDA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 92 218 -
CMYK 0.46 0.58 0 0.15
HSL 251.9º 0.63% 0.61% -
HSV(B) 251.9º 0.58% 0.85% -
XYZ 23.82 16.5 68.26 -
YUV 113.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 117 92 218 0.46 0.58 0 0.15 251.9 0.63 0.61
Hex 75 5C DA 2E 3A 0 F FC 3F 3D
Octal 165 134 332 56 72 0 17 374 77 75
Binary 1110101 1011100 11011010 101110 111010 0 1111 11111100 111111 111101

Color Harmonies of #755CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CDA

Black with #755CDA

Text Example


Text Example

White with #755CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,218); }

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

background-color css

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

 a { background-color: rgb(117,92,218); }

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

border-color css

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

 span { border-color: rgb(117,92,218); }

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