Html Css Color HEX #755FD4 Slate Blue

📋 copy color: '#755FD4'

red 117 ◦ green 95 ◦ blue 212

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

Shades of Slate Blue #755FD4

Tints of Slate Blue #755FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50%

R = 27.59%
G = 22.41%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#755FD4 (or 0x755FD4) is known color: Slate Blue. HEX triplet: 75, 5F and D4. RGB value is (117,95,212). Sum of RGB (Red+Green+Blue) = 117+95+212=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #755FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FD4 is #8AA02B. Grayscale: #727272. Windows color (decimal): -9084972 or 13918069. OLE color: 13918069.

HSL color Cylindrical-coordinate representation of color #755FD4: hue angle of 251.28º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755FD4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 95 212 -
CMYK 0.45 0.55 0 0.17
HSL 251.28º 0.58% 0.6% -
HSV(B) 251.28º 0.55% 0.83% -
XYZ 23.31 16.72 64.29 -
YUV 114.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 117 95 212 0.45 0.55 0 0.17 251.28 0.58 0.6
Hex 75 5F D4 2D 37 0 11 FB 3A 3C
Octal 165 137 324 55 67 0 21 373 72 74
Binary 1110101 1011111 11010100 101101 110111 0 10001 11111011 111010 111100

Color Harmonies of #755FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FD4

Black with #755FD4

Text Example


Text Example

White with #755FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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