Html Css Color HEX #735CCA Slate Blue

📋 copy color: '#735CCA'

red 115 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #735CCA

Tints of Slate Blue #735CCA

RGB

 RED value IS 115 (45.31% from 255) = 28.12%

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 28.12%
G = 22.49%
B = 49.39%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#735CCA (or 0x735CCA) is known color: Slate Blue. HEX triplet: 73, 5C and CA. RGB value is (115,92,202). Sum of RGB (Red+Green+Blue) = 115+92+202=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #735CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CCA is #8CA335. Grayscale: #6F6F6F. Windows color (decimal): -9216822 or 13261939. OLE color: 13261939.

HSL color Cylindrical-coordinate representation of color #735CCA: hue angle of 252.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #735CCA is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 92 202 -
CMYK 0.43 0.54 0 0.21
HSL 252.55º 0.51% 0.58% -
HSV(B) 252.55º 0.54% 0.79% -
XYZ 21.56 15.56 57.74 -
YUV 111.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 115 92 202 0.43 0.54 0 0.21 252.55 0.51 0.58
Hex 73 5C CA 2B 36 0 15 FD 33 3A
Octal 163 134 312 53 66 0 25 375 63 72
Binary 1110011 1011100 11001010 101011 110110 0 10101 11111101 110011 111010

Color Harmonies of #735CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CCA

Black with #735CCA

Text Example


Text Example

White with #735CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735CCA; }

 p { color: rgb(115,92,202); }

 H1.HeaderClassName
 {
   color: #735CCA;
 }
 .AnyTagClassName
 {
   color: #735CCA;
 }
</style>

background-color css

<style>
 a { background-color: #735CCA; }

 a { background-color: rgb(115,92,202); }

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

border-color css

<style>
 span { border-color: #735CCA; }

 span { border-color: rgb(115,92,202); }

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