Html Css Color HEX #755FCB Slate Blue

📋 copy color: '#755FCB'

red 117 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #755FCB

Tints of Slate Blue #755FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 28.19%
G = 22.89%
B = 48.92%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#755FCB (or 0x755FCB) is known color: Slate Blue. HEX triplet: 75, 5F and CB. RGB value is (117,95,203). Sum of RGB (Red+Green+Blue) = 117+95+203=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #755FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCB is #8AA034. Grayscale: #717171. Windows color (decimal): -9084981 or 13328245. OLE color: 13328245.

HSL color Cylindrical-coordinate representation of color #755FCB: hue angle of 252.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755FCB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 95 203 -
CMYK 0.42 0.53 0 0.20
HSL 252.22º 0.51% 0.58% -
HSV(B) 252.22º 0.53% 0.8% -
XYZ 22.21 16.28 58.47 -
YUV 113.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 117 95 203 0.42 0.53 0 0.20 252.22 0.51 0.58
Hex 75 5F CB 2A 35 0 14 FC 33 3A
Octal 165 137 313 52 65 0 24 374 63 72
Binary 1110101 1011111 11001011 101010 110101 0 10100 11111100 110011 111010

Color Harmonies of #755FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FCB

Black with #755FCB

Text Example


Text Example

White with #755FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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