Html Css Color HEX #737AFE Light Slate Blue

📋 copy color: '#737AFE'

red 115 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #737AFE

Tints of Light Slate Blue #737AFE

RGB

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

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

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

R = 23.42%
G = 24.85%
B = 51.73%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#737AFE (or 0x737AFE) is known color: Light Slate Blue. HEX triplet: 73, 7A and FE. RGB value is (115,122,254). Sum of RGB (Red+Green+Blue) = 115+122+254=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #737AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737AFE is #8C8501. Grayscale: #868686. Windows color (decimal): -9209090 or 16677491. OLE color: 16677491.

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

Color convert

RGB 115 122 254 -
CMYK 0.55 0.52 0 0.00
HSL 236.98º 0.99% 0.72% -
HSV(B) 236.98º 0.55% 1% -
XYZ 31.92 24.72 96.85 -
YUV 134.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 115 122 254 0.55 0.52 0 0.00 236.98 0.99 0.72
Hex 73 7A FE 37 34 0 0 ED 63 48
Octal 163 172 376 67 64 0 0 355 143 110
Binary 1110011 1111010 11111110 110111 110100 0 0 11101101 1100011 1001000

Color Harmonies of #737AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737AFE

Black with #737AFE

Text Example


Text Example

White with #737AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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