Html Css Color HEX #707CFD Light Slate Blue

📋 copy color: '#707CFD'

red 112 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #707CFD

Tints of Light Slate Blue #707CFD

RGB

 RED value IS 112 (44.14% from 255) = 22.9%

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 22.9%
G = 25.36%
B = 51.74%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#707CFD (or 0x707CFD) is known color: Light Slate Blue. HEX triplet: 70, 7C and FD. RGB value is (112,124,253). Sum of RGB (Red+Green+Blue) = 112+124+253=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #707CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CFD is #8F8302. Grayscale: #868686. Windows color (decimal): -9405187 or 16612464. OLE color: 16612464.

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

Color convert

RGB 112 124 253 -
CMYK 0.56 0.51 0 0.01
HSL 234.89º 0.97% 0.72% -
HSV(B) 234.89º 0.56% 0.99% -
XYZ 31.62 24.95 96.08 -
YUV 135.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 112 124 253 0.56 0.51 0 0.01 234.89 0.97 0.72
Hex 70 7C FD 38 33 0 1 EB 61 48
Octal 160 174 375 70 63 0 1 353 141 110
Binary 1110000 1111100 11111101 111000 110011 0 1 11101011 1100001 1001000

Color Harmonies of #707CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CFD

Black with #707CFD

Text Example


Text Example

White with #707CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707CFD; }

 p { color: rgb(112,124,253); }

 H1.HeaderClassName
 {
   color: #707CFD;
 }
 .AnyTagClassName
 {
   color: #707CFD;
 }
</style>

background-color css

<style>
 a { background-color: #707CFD; }

 a { background-color: rgb(112,124,253); }

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

border-color css

<style>
 span { border-color: #707CFD; }

 span { border-color: rgb(112,124,253); }

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