Html Css Color HEX #736AFE Light Slate Blue

📋 copy color: '#736AFE'

red 115 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #736AFE

Tints of Light Slate Blue #736AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 24.21%
G = 22.32%
B = 53.47%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#736AFE (or 0x736AFE) is known color: Light Slate Blue. HEX triplet: 73, 6A and FE. RGB value is (115,106,254). Sum of RGB (Red+Green+Blue) = 115+106+254=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #736AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AFE is #8C9501. Grayscale: #7C7C7C. Windows color (decimal): -9213186 or 16673395. OLE color: 16673395.

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

Color convert

RGB 115 106 254 -
CMYK 0.55 0.58 0 0.00
HSL 243.65º 0.99% 0.71% -
HSV(B) 243.65º 0.58% 1% -
XYZ 30.11 21.11 96.25 -
YUV 125.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 115 106 254 0.55 0.58 0 0.00 243.65 0.99 0.71
Hex 73 6A FE 37 3A 0 0 F4 63 47
Octal 163 152 376 67 72 0 0 364 143 107
Binary 1110011 1101010 11111110 110111 111010 0 0 11110100 1100011 1000111

Color Harmonies of #736AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AFE

Black with #736AFE

Text Example


Text Example

White with #736AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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