Html Css Color HEX #734CCF Slate Blue

📋 copy color: '#734CCF'

red 115 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #734CCF

Tints of Slate Blue #734CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 28.89%
G = 19.1%
B = 52.01%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#734CCF (or 0x734CCF) is known color: Slate Blue. HEX triplet: 73, 4C and CF. RGB value is (115,76,207). Sum of RGB (Red+Green+Blue) = 115+76+207=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #734CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CCF is #8CB330. Grayscale: #666666. Windows color (decimal): -9220913 or 13585523. OLE color: 13585523.

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

Color convert

RGB 115 76 207 -
CMYK 0.44 0.63 0 0.19
HSL 257.86º 0.58% 0.55% -
HSV(B) 257.86º 0.63% 0.81% -
XYZ 20.92 13.32 60.5 -
YUV 102.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 115 76 207 0.44 0.63 0 0.19 257.86 0.58 0.55
Hex 73 4C CF 2C 3F 0 13 102 3A 37
Octal 163 114 317 54 77 0 23 402 72 67
Binary 1110011 1001100 11001111 101100 111111 0 10011 100000010 111010 110111

Color Harmonies of #734CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734CCF

Black with #734CCF

Text Example


Text Example

White with #734CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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