Html Css Color HEX #736AFF Light Slate Blue

📋 copy color: '#736AFF'

red 115 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #736AFF

Tints of Light Slate Blue #736AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 24.16%
G = 22.27%
B = 53.57%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#736AFF (or 0x736AFF) is known color: Light Slate Blue. HEX triplet: 73, 6A and FF. RGB value is (115,106,255). Sum of RGB (Red+Green+Blue) = 115+106+255=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #736AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736AFF is #8C9500. Grayscale: #7D7D7D. Windows color (decimal): -9213185 or 16738931. OLE color: 16738931.

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

Color convert

RGB 115 106 255 -
CMYK 0.55 0.58 0 0
HSL 243.62º 1% 0.71% -
HSV(B) 243.62º 0.58% 1% -
XYZ 30.27 21.17 97.1 -
YUV 125.68 200.98 120.38 -
System Red Green Blue C M Y K H S L
Decimal 115 106 255 0.55 0.58 0 0 243.62 1 0.71
Hex 73 6A FF 37 3A 0 0 F4 64 47
Octal 163 152 377 67 72 0 0 364 144 107
Binary 1110011 1101010 11111111 110111 111010 0 0 11110100 1100100 1000111

Color Harmonies of #736AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AFF

Black with #736AFF

Text Example


Text Example

White with #736AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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