Html Css Color HEX #626FEA Medium Slate Blue

📋 copy color: '#626FEA'

red 98 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #626FEA

Tints of Medium Slate Blue #626FEA

RGB

 RED value IS 98 (38.67% from 255) = 22.12%

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 22.12%
G = 25.06%
B = 52.82%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#626FEA (or 0x626FEA) is known color: Medium Slate Blue. HEX triplet: 62, 6F and EA. RGB value is (98,111,234). Sum of RGB (Red+Green+Blue) = 98+111+234=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #626FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626FEA is #9D9015. Grayscale: #787878. Windows color (decimal): -10326038 or 15363938. OLE color: 15363938.

HSL color Cylindrical-coordinate representation of color #626FEA: hue angle of 234.26º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #626FEA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 111 234 -
CMYK 0.58 0.53 0 0.08
HSL 234.26º 0.76% 0.65% -
HSV(B) 234.26º 0.58% 0.92% -
XYZ 25.57 19.91 80.34 -
YUV 121.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 98 111 234 0.58 0.53 0 0.08 234.26 0.76 0.65
Hex 62 6F EA 3A 35 0 8 EA 4C 41
Octal 142 157 352 72 65 0 10 352 114 101
Binary 1100010 1101111 11101010 111010 110101 0 1000 11101010 1001100 1000001

Color Harmonies of #626FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FEA

Black with #626FEA

Text Example


Text Example

White with #626FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626FEA; }

 p { color: rgb(98,111,234); }

 H1.HeaderClassName
 {
   color: #626FEA;
 }
 .AnyTagClassName
 {
   color: #626FEA;
 }
</style>

background-color css

<style>
 a { background-color: #626FEA; }

 a { background-color: rgb(98,111,234); }

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

border-color css

<style>
 span { border-color: #626FEA; }

 span { border-color: rgb(98,111,234); }

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