Html Css Color HEX #735CCB Slate Blue

📋 copy color: '#735CCB'

red 115 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #735CCB

Tints of Slate Blue #735CCB

RGB

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

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

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

R = 28.05%
G = 22.44%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#735CCB (or 0x735CCB) is known color: Slate Blue. HEX triplet: 73, 5C and CB. RGB value is (115,92,203). Sum of RGB (Red+Green+Blue) = 115+92+203=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #735CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735CCB is #8CA334. Grayscale: #6F6F6F. Windows color (decimal): -9216821 or 13327475. OLE color: 13327475.

HSL color Cylindrical-coordinate representation of color #735CCB: hue angle of 252.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735CCB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 92 203 -
CMYK 0.43 0.55 0 0.20
HSL 252.43º 0.52% 0.58% -
HSV(B) 252.43º 0.55% 0.8% -
XYZ 21.68 15.61 58.37 -
YUV 111.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 115 92 203 0.43 0.55 0 0.20 252.43 0.52 0.58
Hex 73 5C CB 2B 37 0 14 FC 34 3A
Octal 163 134 313 53 67 0 24 374 64 72
Binary 1110011 1011100 11001011 101011 110111 0 10100 11111100 110100 111010

Color Harmonies of #735CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735CCB

Black with #735CCB

Text Example


Text Example

White with #735CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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