Html Css Color HEX #755BCA Slate Blue

📋 copy color: '#755BCA'

red 117 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #755BCA

Tints of Slate Blue #755BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 28.54%
G = 22.2%
B = 49.27%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#755BCA (or 0x755BCA) is known color: Slate Blue. HEX triplet: 75, 5B and CA. RGB value is (117,91,202). Sum of RGB (Red+Green+Blue) = 117+91+202=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #755BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BCA is #8AA435. Grayscale: #6F6F6F. Windows color (decimal): -9086006 or 13261685. OLE color: 13261685.

HSL color Cylindrical-coordinate representation of color #755BCA: hue angle of 254.05º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755BCA is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 91 202 -
CMYK 0.42 0.55 0 0.21
HSL 254.05º 0.51% 0.57% -
HSV(B) 254.05º 0.55% 0.79% -
XYZ 21.74 15.53 57.73 -
YUV 111.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 117 91 202 0.42 0.55 0 0.21 254.05 0.51 0.57
Hex 75 5B CA 2A 37 0 15 FE 33 39
Octal 165 133 312 52 67 0 25 376 63 71
Binary 1110101 1011011 11001010 101010 110111 0 10101 11111110 110011 111001

Color Harmonies of #755BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BCA

Black with #755BCA

Text Example


Text Example

White with #755BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,202); }

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

background-color css

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

 a { background-color: rgb(117,91,202); }

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

border-color css

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

 span { border-color: rgb(117,91,202); }

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