Html Css Color HEX #949FEE Portage

📋 copy color: '#949FEE'

red 148 ◦ green 159 ◦ blue 238

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

Shades of Portage #949FEE

Tints of Portage #949FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 27.16%
G = 29.17%
B = 43.67%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#949FEE (or 0x949FEE) is known color: Portage. HEX triplet: 94, 9F and EE. RGB value is (148,159,238). Sum of RGB (Red+Green+Blue) = 148+159+238=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #949FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FEE is #6B6011. Grayscale: #A4A4A4. Windows color (decimal): -7036946 or 15638420. OLE color: 15638420.

HSL color Cylindrical-coordinate representation of color #949FEE: hue angle of 232.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949FEE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 159 238 -
CMYK 0.38 0.33 0 0.07
HSL 232.67º 0.73% 0.76% -
HSV(B) 232.67º 0.38% 0.93% -
XYZ 40.04 37.27 85.97 -
YUV 164.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 148 159 238 0.38 0.33 0 0.07 232.67 0.73 0.76
Hex 94 9F EE 26 21 0 7 E9 49 4C
Octal 224 237 356 46 41 0 7 351 111 114
Binary 10010100 10011111 11101110 100110 100001 0 111 11101001 1001001 1001100

Color Harmonies of #949FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FEE

Black with #949FEE

Text Example


Text Example

White with #949FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,238); }

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

background-color css

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

 a { background-color: rgb(148,159,238); }

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

border-color css

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

 span { border-color: rgb(148,159,238); }

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