Html Css Color HEX #757FFB Light Slate Blue

📋 copy color: '#757FFB'

red 117 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #757FFB

Tints of Light Slate Blue #757FFB

RGB

 RED value IS 117 (46.09% from 255) = 23.64%

 GREEN value IS 127 (50% from 255) = 25.66%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 23.64%
G = 25.66%
B = 50.71%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#757FFB (or 0x757FFB) is known color: Light Slate Blue. HEX triplet: 75, 7F and FB. RGB value is (117,127,251). Sum of RGB (Red+Green+Blue) = 117+127+251=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #757FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FFB is #8A8004. Grayscale: #898989. Windows color (decimal): -9076741 or 16482165. OLE color: 16482165.

HSL color Cylindrical-coordinate representation of color #757FFB: hue angle of 235.52º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757FFB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 127 251 -
CMYK 0.53 0.49 0 0.02
HSL 235.52º 0.94% 0.72% -
HSV(B) 235.52º 0.53% 0.98% -
XYZ 32.34 25.93 94.57 -
YUV 138.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 117 127 251 0.53 0.49 0 0.02 235.52 0.94 0.72
Hex 75 7F FB 35 31 0 2 EC 5E 48
Octal 165 177 373 65 61 0 2 354 136 110
Binary 1110101 1111111 11111011 110101 110001 0 10 11101100 1011110 1001000

Color Harmonies of #757FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FFB

Black with #757FFB

Text Example


Text Example

White with #757FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757FFB; }

 p { color: rgb(117,127,251); }

 H1.HeaderClassName
 {
   color: #757FFB;
 }
 .AnyTagClassName
 {
   color: #757FFB;
 }
</style>

background-color css

<style>
 a { background-color: #757FFB; }

 a { background-color: rgb(117,127,251); }

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

border-color css

<style>
 span { border-color: #757FFB; }

 span { border-color: rgb(117,127,251); }

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