Html Css Color HEX #737AF8 Light Slate Blue

📋 copy color: '#737AF8'

red 115 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #737AF8

Tints of Light Slate Blue #737AF8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 23.71%
G = 25.15%
B = 51.13%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#737AF8 (or 0x737AF8) is known color: Light Slate Blue. HEX triplet: 73, 7A and F8. RGB value is (115,122,248). Sum of RGB (Red+Green+Blue) = 115+122+248=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #737AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AF8 is #8C8507. Grayscale: #858585. Windows color (decimal): -9209096 or 16284275. OLE color: 16284275.

HSL color Cylindrical-coordinate representation of color #737AF8: hue angle of 236.84º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #737AF8 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 122 248 -
CMYK 0.54 0.51 0 0.03
HSL 236.84º 0.9% 0.71% -
HSV(B) 236.84º 0.54% 0.97% -
XYZ 30.97 24.34 91.87 -
YUV 134.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 115 122 248 0.54 0.51 0 0.03 236.84 0.9 0.71
Hex 73 7A F8 36 33 0 3 ED 5A 47
Octal 163 172 370 66 63 0 3 355 132 107
Binary 1110011 1111010 11111000 110110 110011 0 11 11101101 1011010 1000111

Color Harmonies of #737AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737AF8

Black with #737AF8

Text Example


Text Example

White with #737AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737AF8; }

 p { color: rgb(115,122,248); }

 H1.HeaderClassName
 {
   color: #737AF8;
 }
 .AnyTagClassName
 {
   color: #737AF8;
 }
</style>

background-color css

<style>
 a { background-color: #737AF8; }

 a { background-color: rgb(115,122,248); }

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

border-color css

<style>
 span { border-color: #737AF8; }

 span { border-color: rgb(115,122,248); }

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