Html Css Color HEX #909CF0 Portage

📋 copy color: '#909CF0'

red 144 ◦ green 156 ◦ blue 240

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

Shades of Portage #909CF0

Tints of Portage #909CF0

RGB

 RED value IS 144 (56.64% from 255) = 26.67%

 GREEN value IS 156 (61.33% from 255) = 28.89%

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 26.67%
G = 28.89%
B = 44.44%

CMYK

 C value IS 0.4

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#909CF0 (or 0x909CF0) is known color: Portage. HEX triplet: 90, 9C and F0. RGB value is (144,156,240). Sum of RGB (Red+Green+Blue) = 144+156+240=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #909CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CF0 is #6F630F. Grayscale: #A1A1A1. Windows color (decimal): -7299856 or 15768720. OLE color: 15768720.

HSL color Cylindrical-coordinate representation of color #909CF0: hue angle of 232.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909CF0 is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 156 240 -
CMYK 0.4 0.35 0 0.06
HSL 232.5º 0.76% 0.75% -
HSV(B) 232.5º 0.4% 0.94% -
XYZ 39.12 36 87.32 -
YUV 161.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 144 156 240 0.4 0.35 0 0.06 232.5 0.76 0.75
Hex 90 9C F0 28 23 0 6 E8 4C 4B
Octal 220 234 360 50 43 0 6 350 114 113
Binary 10010000 10011100 11110000 101000 100011 0 110 11101000 1001100 1001011

Color Harmonies of #909CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CF0

Black with #909CF0

Text Example


Text Example

White with #909CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909CF0; }

 p { color: rgb(144,156,240); }

 H1.HeaderClassName
 {
   color: #909CF0;
 }
 .AnyTagClassName
 {
   color: #909CF0;
 }
</style>

background-color css

<style>
 a { background-color: #909CF0; }

 a { background-color: rgb(144,156,240); }

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

border-color css

<style>
 span { border-color: #909CF0; }

 span { border-color: rgb(144,156,240); }

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