Html Css Color HEX #736ACF Slate Blue

📋 copy color: '#736ACF'

red 115 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #736ACF

Tints of Slate Blue #736ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 26.87%
G = 24.77%
B = 48.36%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#736ACF (or 0x736ACF) is known color: Slate Blue. HEX triplet: 73, 6A and CF. RGB value is (115,106,207). Sum of RGB (Red+Green+Blue) = 115+106+207=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #736ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACF is #8C9530. Grayscale: #777777. Windows color (decimal): -9213233 or 13593203. OLE color: 13593203.

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

Color convert

RGB 115 106 207 -
CMYK 0.44 0.49 0 0.19
HSL 245.35º 0.51% 0.61% -
HSV(B) 245.35º 0.49% 0.81% -
XYZ 23.49 18.46 61.36 -
YUV 120.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 115 106 207 0.44 0.49 0 0.19 245.35 0.51 0.61
Hex 73 6A CF 2C 31 0 13 F5 33 3D
Octal 163 152 317 54 61 0 23 365 63 75
Binary 1110011 1101010 11001111 101100 110001 0 10011 11110101 110011 111101

Color Harmonies of #736ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736ACF

Black with #736ACF

Text Example


Text Example

White with #736ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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