Html Css Color HEX #736EFD Light Slate Blue

📋 copy color: '#736EFD'

red 115 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #736EFD

Tints of Light Slate Blue #736EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.01%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 24.06%
G = 23.01%
B = 52.93%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#736EFD (or 0x736EFD) is known color: Light Slate Blue. HEX triplet: 73, 6E and FD. RGB value is (115,110,253). Sum of RGB (Red+Green+Blue) = 115+110+253=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #736EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736EFD is #8C9102. Grayscale: #7F7F7F. Windows color (decimal): -9212163 or 16608883. OLE color: 16608883.

HSL color Cylindrical-coordinate representation of color #736EFD: hue angle of 242.1º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #736EFD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 110 253 -
CMYK 0.55 0.57 0 0.01
HSL 242.1º 0.97% 0.71% -
HSV(B) 242.1º 0.57% 0.99% -
XYZ 30.38 21.89 95.55 -
YUV 127.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 115 110 253 0.55 0.57 0 0.01 242.1 0.97 0.71
Hex 73 6E FD 37 39 0 1 F2 61 47
Octal 163 156 375 67 71 0 1 362 141 107
Binary 1110011 1101110 11111101 110111 111001 0 1 11110010 1100001 1000111

Color Harmonies of #736EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736EFD

Black with #736EFD

Text Example


Text Example

White with #736EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,110,253); }

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

background-color css

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

 a { background-color: rgb(115,110,253); }

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

border-color css

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

 span { border-color: rgb(115,110,253); }

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