Html Css Color HEX #747BFD Light Slate Blue

📋 copy color: '#747BFD'

red 116 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #747BFD

Tints of Light Slate Blue #747BFD

RGB

 RED value IS 116 (45.7% from 255) = 23.58%

 GREEN value IS 123 (48.44% from 255) = 25%

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 23.58%
G = 25%
B = 51.42%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#747BFD (or 0x747BFD) is known color: Light Slate Blue. HEX triplet: 74, 7B and FD. RGB value is (116,123,253). Sum of RGB (Red+Green+Blue) = 116+123+253=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #747BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747BFD is #8B8402. Grayscale: #878787. Windows color (decimal): -9143299 or 16612212. OLE color: 16612212.

HSL color Cylindrical-coordinate representation of color #747BFD: hue angle of 236.93º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747BFD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 123 253 -
CMYK 0.54 0.51 0 0.01
HSL 236.93º 0.97% 0.72% -
HSV(B) 236.93º 0.54% 0.99% -
XYZ 32.02 24.97 96.06 -
YUV 135.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 116 123 253 0.54 0.51 0 0.01 236.93 0.97 0.72
Hex 74 7B FD 36 33 0 1 ED 61 48
Octal 164 173 375 66 63 0 1 355 141 110
Binary 1110100 1111011 11111101 110110 110011 0 1 11101101 1100001 1001000

Color Harmonies of #747BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BFD

Black with #747BFD

Text Example


Text Example

White with #747BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747BFD; }

 p { color: rgb(116,123,253); }

 H1.HeaderClassName
 {
   color: #747BFD;
 }
 .AnyTagClassName
 {
   color: #747BFD;
 }
</style>

background-color css

<style>
 a { background-color: #747BFD; }

 a { background-color: rgb(116,123,253); }

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

border-color css

<style>
 span { border-color: #747BFD; }

 span { border-color: rgb(116,123,253); }

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