Html Css Color HEX #734FCF Slate Blue

📋 copy color: '#734FCF'

red 115 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #734FCF

Tints of Slate Blue #734FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

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

R = 28.68%
G = 19.7%
B = 51.62%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#734FCF (or 0x734FCF) is known color: Slate Blue. HEX triplet: 73, 4F and CF. RGB value is (115,79,207). Sum of RGB (Red+Green+Blue) = 115+79+207=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #734FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FCF is #8CB030. Grayscale: #676767. Windows color (decimal): -9220145 or 13586291. OLE color: 13586291.

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

Color convert

RGB 115 79 207 -
CMYK 0.44 0.62 0 0.19
HSL 256.88º 0.57% 0.56% -
HSV(B) 256.88º 0.62% 0.81% -
XYZ 21.13 13.74 60.57 -
YUV 104.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 115 79 207 0.44 0.62 0 0.19 256.88 0.57 0.56
Hex 73 4F CF 2C 3E 0 13 101 39 38
Octal 163 117 317 54 76 0 23 401 71 70
Binary 1110011 1001111 11001111 101100 111110 0 10011 100000001 111001 111000

Color Harmonies of #734FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734FCF

Black with #734FCF

Text Example


Text Example

White with #734FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734FCF; }

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

 H1.HeaderClassName
 {
   color: #734FCF;
 }
 .AnyTagClassName
 {
   color: #734FCF;
 }
</style>

background-color css

<style>
 a { background-color: #734FCF; }

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

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

border-color css

<style>
 span { border-color: #734FCF; }

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

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