Html Css Color HEX #737AFF Light Slate Blue

📋 copy color: '#737AFF'

red 115 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #737AFF

Tints of Light Slate Blue #737AFF

RGB

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

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

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

R = 23.37%
G = 24.8%
B = 51.83%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#737AFF (or 0x737AFF) is known color: Light Slate Blue. HEX triplet: 73, 7A and FF. RGB value is (115,122,255). Sum of RGB (Red+Green+Blue) = 115+122+255=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #737AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFF is #8C8500. Grayscale: #868686. Windows color (decimal): -9209089 or 16743027. OLE color: 16743027.

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

Color convert

RGB 115 122 255 -
CMYK 0.55 0.52 0 0
HSL 237º 1% 0.73% -
HSV(B) 237º 0.55% 1% -
XYZ 32.08 24.78 97.7 -
YUV 135.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 115 122 255 0.55 0.52 0 0 237 1 0.73
Hex 73 7A FF 37 34 0 0 ED 64 49
Octal 163 172 377 67 64 0 0 355 144 111
Binary 1110011 1111010 11111111 110111 110100 0 0 11101101 1100100 1001001

Color Harmonies of #737AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737AFF

Black with #737AFF

Text Example


Text Example

White with #737AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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