Html Css Color HEX #755FDA Slate Blue

📋 copy color: '#755FDA'

red 117 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #755FDA

Tints of Slate Blue #755FDA

RGB

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

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

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

R = 27.21%
G = 22.09%
B = 50.7%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#755FDA (or 0x755FDA) is known color: Slate Blue. HEX triplet: 75, 5F and DA. RGB value is (117,95,218). Sum of RGB (Red+Green+Blue) = 117+95+218=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #755FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FDA is #8AA025. Grayscale: #737373. Windows color (decimal): -9084966 or 14311285. OLE color: 14311285.

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

Color convert

RGB 117 95 218 -
CMYK 0.46 0.56 0 0.15
HSL 250.73º 0.62% 0.61% -
HSV(B) 250.73º 0.56% 0.85% -
XYZ 24.08 17.03 68.35 -
YUV 115.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 117 95 218 0.46 0.56 0 0.15 250.73 0.62 0.61
Hex 75 5F DA 2E 38 0 F FB 3E 3D
Octal 165 137 332 56 70 0 17 373 76 75
Binary 1110101 1011111 11011010 101110 111000 0 1111 11111011 111110 111101

Color Harmonies of #755FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FDA

Black with #755FDA

Text Example


Text Example

White with #755FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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