Html Css Color HEX #969CF3 Portage

📋 copy color: '#969CF3'

red 150 ◦ green 156 ◦ blue 243

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

Shades of Portage #969CF3

Tints of Portage #969CF3

RGB

 RED value IS 150 (58.98% from 255) = 27.32%

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

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 27.32%
G = 28.42%
B = 44.26%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#969CF3 (or 0x969CF3) is known color: Portage. HEX triplet: 96, 9C and F3. RGB value is (150,156,243). Sum of RGB (Red+Green+Blue) = 150+156+243=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #969CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CF3 is #69630C. Grayscale: #A3A3A3. Windows color (decimal): -6906637 or 15965334. OLE color: 15965334.

HSL color Cylindrical-coordinate representation of color #969CF3: hue angle of 236.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #969CF3 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 156 243 -
CMYK 0.38 0.36 0 0.05
HSL 236.13º 0.79% 0.77% -
HSV(B) 236.13º 0.38% 0.95% -
XYZ 40.64 36.73 89.74 -
YUV 164.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 150 156 243 0.38 0.36 0 0.05 236.13 0.79 0.77
Hex 96 9C F3 26 24 0 5 EC 4F 4D
Octal 226 234 363 46 44 0 5 354 117 115
Binary 10010110 10011100 11110011 100110 100100 0 101 11101100 1001111 1001101

Color Harmonies of #969CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CF3

Black with #969CF3

Text Example


Text Example

White with #969CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969CF3; }

 p { color: rgb(150,156,243); }

 H1.HeaderClassName
 {
   color: #969CF3;
 }
 .AnyTagClassName
 {
   color: #969CF3;
 }
</style>

background-color css

<style>
 a { background-color: #969CF3; }

 a { background-color: rgb(150,156,243); }

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

border-color css

<style>
 span { border-color: #969CF3; }

 span { border-color: rgb(150,156,243); }

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