Html Css Color HEX #755FCF Slate Blue

📋 copy color: '#755FCF'

red 117 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #755FCF

Tints of Slate Blue #755FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 27.92%
G = 22.67%
B = 49.4%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#755FCF (or 0x755FCF) is known color: Slate Blue. HEX triplet: 75, 5F and CF. RGB value is (117,95,207). Sum of RGB (Red+Green+Blue) = 117+95+207=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #755FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCF is #8AA030. Grayscale: #717171. Windows color (decimal): -9084977 or 13590389. OLE color: 13590389.

HSL color Cylindrical-coordinate representation of color #755FCF: hue angle of 251.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755FCF is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 95 207 -
CMYK 0.43 0.54 0 0.19
HSL 251.79º 0.54% 0.59% -
HSV(B) 251.79º 0.54% 0.81% -
XYZ 22.69 16.47 61.01 -
YUV 114.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 117 95 207 0.43 0.54 0 0.19 251.79 0.54 0.59
Hex 75 5F CF 2B 36 0 13 FC 36 3B
Octal 165 137 317 53 66 0 23 374 66 73
Binary 1110101 1011111 11001111 101011 110110 0 10011 11111100 110110 111011

Color Harmonies of #755FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FCF

Black with #755FCF

Text Example


Text Example

White with #755FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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