Html Css Color HEX #734FDE Slate Blue

📋 copy color: '#734FDE'

red 115 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #734FDE

Tints of Slate Blue #734FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 27.64%
G = 18.99%
B = 53.37%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#734FDE (or 0x734FDE) is known color: Slate Blue. HEX triplet: 73, 4F and DE. RGB value is (115,79,222). Sum of RGB (Red+Green+Blue) = 115+79+222=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #734FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FDE is #8CB021. Grayscale: #696969. Windows color (decimal): -9220130 or 14569331. OLE color: 14569331.

HSL color Cylindrical-coordinate representation of color #734FDE: hue angle of 255.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #734FDE is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 79 222 -
CMYK 0.48 0.64 0 0.13
HSL 255.1º 0.68% 0.59% -
HSV(B) 255.1º 0.64% 0.87% -
XYZ 23.05 14.51 70.69 -
YUV 106.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 115 79 222 0.48 0.64 0 0.13 255.1 0.68 0.59
Hex 73 4F DE 30 40 0 D FF 44 3B
Octal 163 117 336 60 100 0 15 377 104 73
Binary 1110011 1001111 11011110 110000 1000000 0 1101 11111111 1000100 111011

Color Harmonies of #734FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734FDE

Black with #734FDE

Text Example


Text Example

White with #734FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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