Html Css Color HEX #949EED Portage

📋 copy color: '#949EED'

red 148 ◦ green 158 ◦ blue 237

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

Shades of Portage #949EED

Tints of Portage #949EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 27.26%
G = 29.1%
B = 43.65%

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

#949EED (or 0x949EED) is known color: Portage. HEX triplet: 94, 9E and ED. RGB value is (148,158,237). Sum of RGB (Red+Green+Blue) = 148+158+237=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #949EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EED is #6B6112. Grayscale: #A3A3A3. Windows color (decimal): -7037203 or 15572628. OLE color: 15572628.

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

Color convert

RGB 148 158 237 -
CMYK 0.38 0.33 0 0.07
HSL 233.26º 0.71% 0.75% -
HSV(B) 233.26º 0.38% 0.93% -
XYZ 39.73 36.86 85.14 -
YUV 164.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 148 158 237 0.38 0.33 0 0.07 233.26 0.71 0.75
Hex 94 9E ED 26 21 0 7 E9 47 4B
Octal 224 236 355 46 41 0 7 351 107 113
Binary 10010100 10011110 11101101 100110 100001 0 111 11101001 1000111 1001011

Color Harmonies of #949EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EED

Black with #949EED

Text Example


Text Example

White with #949EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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