Html Css Color HEX #735ACF Slate Blue

📋 copy color: '#735ACF'

red 115 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #735ACF

Tints of Slate Blue #735ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

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

R = 27.91%
G = 21.84%
B = 50.24%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#735ACF (or 0x735ACF) is known color: Slate Blue. HEX triplet: 73, 5A and CF. RGB value is (115,90,207). Sum of RGB (Red+Green+Blue) = 115+90+207=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #735ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735ACF is #8CA530. Grayscale: #6E6E6E. Windows color (decimal): -9217329 or 13589107. OLE color: 13589107.

HSL color Cylindrical-coordinate representation of color #735ACF: hue angle of 252.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735ACF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 90 207 -
CMYK 0.44 0.57 0 0.19
HSL 252.82º 0.55% 0.58% -
HSV(B) 252.82º 0.57% 0.81% -
XYZ 21.99 15.46 60.86 -
YUV 110.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 115 90 207 0.44 0.57 0 0.19 252.82 0.55 0.58
Hex 73 5A CF 2C 39 0 13 FD 37 3A
Octal 163 132 317 54 71 0 23 375 67 72
Binary 1110011 1011010 11001111 101100 111001 0 10011 11111101 110111 111010

Color Harmonies of #735ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735ACF

Black with #735ACF

Text Example


Text Example

White with #735ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,207); }

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

background-color css

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

 a { background-color: rgb(115,90,207); }

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

border-color css

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

 span { border-color: rgb(115,90,207); }

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