Html Css Color HEX #949EEF Portage

📋 copy color: '#949EEF'

red 148 ◦ green 158 ◦ blue 239

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

Shades of Portage #949EEF

Tints of Portage #949EEF

RGB

 RED value IS 148 (58.2% from 255) = 27.16%

 GREEN value IS 158 (62.11% from 255) = 28.99%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 27.16%
G = 28.99%
B = 43.85%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#949EEF (or 0x949EEF) is known color: Portage. HEX triplet: 94, 9E and EF. RGB value is (148,158,239). Sum of RGB (Red+Green+Blue) = 148+158+239=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #949EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EEF is #6B6110. Grayscale: #A3A3A3. Windows color (decimal): -7037201 or 15703700. OLE color: 15703700.

HSL color Cylindrical-coordinate representation of color #949EEF: hue angle of 233.41º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949EEF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 158 239 -
CMYK 0.38 0.34 0 0.06
HSL 233.41º 0.74% 0.76% -
HSV(B) 233.41º 0.38% 0.94% -
XYZ 40.02 36.98 86.69 -
YUV 164.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 148 158 239 0.38 0.34 0 0.06 233.41 0.74 0.76
Hex 94 9E EF 26 22 0 6 E9 4A 4C
Octal 224 236 357 46 42 0 6 351 112 114
Binary 10010100 10011110 11101111 100110 100010 0 110 11101001 1001010 1001100

Color Harmonies of #949EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EEF

Black with #949EEF

Text Example


Text Example

White with #949EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949EEF; }

 p { color: rgb(148,158,239); }

 H1.HeaderClassName
 {
   color: #949EEF;
 }
 .AnyTagClassName
 {
   color: #949EEF;
 }
</style>

background-color css

<style>
 a { background-color: #949EEF; }

 a { background-color: rgb(148,158,239); }

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

border-color css

<style>
 span { border-color: #949EEF; }

 span { border-color: rgb(148,158,239); }

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