Html Css Color HEX #949FED Portage

📋 copy color: '#949FED'

red 148 ◦ green 159 ◦ blue 237

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

Shades of Portage #949FED

Tints of Portage #949FED

RGB

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

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

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

R = 27.21%
G = 29.23%
B = 43.57%

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

#949FED (or 0x949FED) is known color: Portage. HEX triplet: 94, 9F and ED. RGB value is (148,159,237). Sum of RGB (Red+Green+Blue) = 148+159+237=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #949FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FED is #6B6012. Grayscale: #A4A4A4. Windows color (decimal): -7036947 or 15572884. OLE color: 15572884.

HSL color Cylindrical-coordinate representation of color #949FED: hue angle of 232.58º 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 #949FED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 159 237 -
CMYK 0.38 0.33 0 0.07
HSL 232.58º 0.71% 0.75% -
HSV(B) 232.58º 0.38% 0.93% -
XYZ 39.9 37.21 85.2 -
YUV 164.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 148 159 237 0.38 0.33 0 0.07 232.58 0.71 0.75
Hex 94 9F ED 26 21 0 7 E9 47 4B
Octal 224 237 355 46 41 0 7 351 107 113
Binary 10010100 10011111 11101101 100110 100001 0 111 11101001 1000111 1001011

Color Harmonies of #949FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FED

Black with #949FED

Text Example


Text Example

White with #949FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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